diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-22 09:00:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-22 09:00:35 +0000 |
commit | 49c091e52398a34f976421a72ecfc546c19ff903 (patch) | |
tree | f9d0930c78ca46be36094eafa3c1f7a9de405d80 /time | |
parent | 384cbe9b1e8e1e3a898994fb07506d072c67b247 (diff) | |
download | glibc-49c091e52398a34f976421a72ecfc546c19ff903.tar glibc-49c091e52398a34f976421a72ecfc546c19ff903.tar.gz glibc-49c091e52398a34f976421a72ecfc546c19ff903.tar.bz2 glibc-49c091e52398a34f976421a72ecfc546c19ff903.zip |
Update.
2000-02-22 Ulrich Drepper <drepper@redhat.com>
* locales/mk_MK: New file.
Contributed by Damjan Georgievski <gdamjan@freemail.org.mk>
* SUPPORTED: Add mk_MK ISO-8859-1.
Diffstat (limited to 'time')
-rw-r--r-- | time/tzset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/tzset.c b/time/tzset.c index db08a47e86..e8a3e924e2 100644 --- a/time/tzset.c +++ b/time/tzset.c @@ -513,7 +513,7 @@ tz_compute (tm) || ! compute_change (&tz_rules[1], 1900 + tm->tm_year)) return 0; /* We have to distinguish between northern and southern hemisphere. - For the later the daylight saving time ends in the next year. + For the latter the daylight saving time ends in the next year. It is easier to detect this after first computing the time for the wrong year since now we simply can compare the times to switch. */ if (tz_rules[0].change > tz_rules[1].change |