Skip to content

Commit 8978f17

Browse files
committed
Updates README
1 parent b35613d commit 8978f17

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,18 @@ and it will try its best to return something while silently failing to handle so
8484
pendulum.parse('2016-1-17')
8585
# <Pendulum [2016-01-17T00:00:00+00:00]>
8686
87+
arrow.get('20160413')
88+
# <Arrow [1970-08-22T08:06:53+00:00]>
89+
90+
pendulum.parse('20160413')
91+
# <Pendulum [2016-04-13T00:00:00+00:00]>
92+
93+
arrow.get('2016-W07-5')
94+
# <Arrow [2016-01-01T00:00:00+00:00]>
95+
96+
pendulum.parse('2016-W07-5')
97+
# <Pendulum [2016-02-19T00:00:00+00:00]>
98+
8799
# Working with DST
88100
just_before = arrow.Arrow(2013, 3, 31, 1, 59, 59, 999999, 'Europe/Paris')
89101
just_after = just_before.replace(microseconds=1)

0 commit comments

Comments
 (0)