Skip to content

Commit 3bc00be

Browse files
Update documentation to use ISO format for dates
The ISO format is more precise and might be less confusing for the users. Signed-off-by: Daniel Zullo <[email protected]>
1 parent f9dff23 commit 3bc00be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/sdk/timeseries/_moving_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def __init__( # pylint: disable=too-many-arguments
123123
resampler_config: The resampler configuration in case resampling is required.
124124
window_alignment: A datetime object that defines a point in time to which
125125
the window is aligned to modulo window size.
126-
(default is midnight 01.01.01 UTC)
126+
(default is 0001-01-01T00:00:00+00:00)
127127
For further information, consult the class level documentation.
128128
129129
Raises:

0 commit comments

Comments
 (0)