We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30df742 commit 92ac268Copy full SHA for 92ac268
1 file changed
samcli/commands/sync/sync_context.py
@@ -69,7 +69,7 @@ def _parse_time_from_toml(time_value: Union[str, int, float, datetime]) -> Optio
69
"""
70
Parse time from TOML file - supports both epoch and ISO format.
71
72
- Handles legacy ISO format strings as sam migrat to using epoch timestamps for backward compatibility.
+ Handles legacy ISO format strings as sam migrates to using epoch timestamps for backward compatibility.
73
New writes always use epoch format.
74
75
Parameters
0 commit comments