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 599b44b commit f772b38Copy full SHA for f772b38
docs/docs/timezones.md
@@ -67,7 +67,7 @@ adopt the proper behavior and apply the transition accordingly.
67
>>> dt = dt.add(microseconds=1)
68
'2013-03-31T03:00:00+02:00'
69
>>> dt.subtract(microseconds=1)
70
-'2013-03-31T01:59:59.999998+01:00'
+'2013-03-31T01:59:59.999999+01:00'
71
72
>>> dt = pendulum.datetime(2013, 10, 27, 2, 59, 59, 999999,
73
tz='Europe/Paris',
0 commit comments