@@ -60,7 +60,7 @@ defmodule DateTime do
60
60
a date and time at a given time zone". To understand precisely
61
61
what we mean, let's see an example.
62
62
63
- Imagine someone in Poland wants to schedule a meeting with someone
63
+ Imagine someone in Poland who wants to schedule a meeting with someone
64
64
in Brazil in the next year. The meeting will happen at 2:30 AM
65
65
in the Polish time zone. At what time will the meeting happen in
66
66
Brazil?
@@ -83,7 +83,7 @@ defmodule DateTime do
83
83
not a problem, because time zone rules do not change for past
84
84
events.
85
85
86
- To make matters worse, it may be that the 2:30 AM in Polish time
86
+ To make matters worse, it may be that 2:30 AM in Polish time
87
87
does not actually even exist or it is ambiguous. If a certain
88
88
time zone observes "Daylight Saving Time", they will move their
89
89
clock forward once a year. When this happens, there is a whole
@@ -1686,7 +1686,7 @@ defmodule DateTime do
1686
1686
computing the new time zone. This ensures `shift/3` always returns a valid
1687
1687
datetime.
1688
1688
1689
- On other other hand, time zones that observe "Daylight Saving Time"
1689
+ On the other hand, time zones that observe "Daylight Saving Time"
1690
1690
or other changes, across summer/winter time will add/remove hours
1691
1691
from the resulting datetime:
1692
1692
0 commit comments