@@ -50,16 +50,16 @@ defmodule Timex.TimezoneInfo do
50
50
during daylight savings time for this timezone. If DST does not apply for this zone, simply
51
51
set it to 0.
52
52
53
- The from/ until reference points must meet the following criteria:
53
+ The ` from`/` until` reference points must meet the following criteria:
54
54
55
- - Be set to `:min` for from, or `:max` for until, which represent
56
- "infinity" for the start/end of the zone period.
57
- - OR, be a tuple of {day_of_week, datetime}, where:
58
- - `day_of_week` is an atom like `:sunday`
59
- - `datetime` is an Erlang datetime tuple, e.g. `{{2016,10,8},{2,0,0}}`
55
+ - Be set to `:min` for ` from` , or `:max` for ` until` , which represents
56
+ "infinity" for the start/end of the zone period
57
+ - OR, be a tuple of ` {day_of_week, datetime}` , where:
58
+ - `day_of_week` is an atom like `:sunday`
59
+ - `datetime` is an Erlang datetime tuple, e.g. `{{2016,10,8},{2,0,0}}`
60
60
61
- *IMPORTANT*: Offsets are in seconds, not minutes, if you do not ensure they
62
- are in the correct unit, runtime errors or incorrect results are probable.
61
+ ** IMPORTANT** : Offsets are in seconds, not minutes. If you do not ensure they
62
+ are in the correct unit, runtime errors or incorrect results are probable.
63
63
64
64
## Examples
65
65
0 commit comments