File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 4444 * #GTimeZone is a structure that represents a time zone, at no
4545 * particular point in time. It is refcounted and immutable.
4646 *
47- * A time zone contains a number of intervals. Each interval has
48- * an abbreviation to describe it, an offet to UTC and a flag indicating
49- * if the daylight savings time is in effect during that interval. A
50- * time zone always has at least one interval -- interval 0.
51- *
52- * Every UTC time is contained within exactly one interval, but a given
53- * local time may be contained within zero, one or two intervals (due to
54- * incontinuities associated with daylight savings time).
55- *
56- * An interval may refer to a specific period of time (eg: the duration
57- * of daylight savings time during 2010) or it may refer to many periods
58- * of time that share the same properties (eg: all periods of daylight
59- * savings time). It is also possible (usually for political reasons)
60- * that some properties (like the abbreviation) change between intervals
61- * without other properties changing.
62- *
6347 * #GTimeZone is available since GLib 2.26.
6448 */
6549
You can’t perform that action at this time.
0 commit comments