summaryrefslogtreecommitdiff
path: root/lib/libc/time
AgeCommit message (Expand)Author
2016-05-31PR 51003 David Binderman: bzero struct before passing it around.dholland
2016-05-15remove stray debugging.christos
2016-05-15Bail out if the string does not look like a timezone (is empty or does notchristos
2016-03-18Use the correct upper bounds for the types array. The correct upperginsbach
2016-03-15Sync with 2016bchristos
2016-02-20PR/50133: Martin Husemann: Can't cache $TZ.christos
2015-10-31Don't attempt to set TM_ZONE (name) for 'J' as isdst isn't known.ginsbach
2015-10-31make %Z and %z understand the same strings.christos
2015-10-31- Add reference to RFC-3339ginsbach
2015-10-30Add 'J' (Juliett) as military time zone name meaning the local time zone.ginsbach
2015-10-30drop stray #endifchristos
2015-10-30revert timezone() ifdef; it is wrong (pointed out by ginsbach)christos
2015-10-30ISO 8601 and RFC 3339 specify that an offset can be up to 23:59 andginsbach
2015-10-30Reject timezone offsets more than 12 hours (east or west).ginsbach
2015-10-29Whitespace.wiz
2015-10-29another lint warning for compat.christos
2015-10-29- use #defined constants (from gisbach)christos
2015-10-29PR/50380: Balazs Scheidler: strptime() returns incorrect values in tm_gmtoffchristos
2015-10-29Add tzgetgmtoff(3)christos
2015-10-29Document tzgetgmtoff(3)christos
2015-10-29Add tzgetgmtoff, delint compatchristos
2015-10-09Release 2015g - 2015-10-01 00:39:51 -0700christos
2015-08-18Remove second 'const' declaration, to hopefully fix clang builds.riz
2015-08-13merge 2015fchristos
2015-07-29Only apply am/pm adjustment to tm_hour when it has actually been parsed.ginsbach
2015-07-22More KNF style changes -- consistent use of whitespace in #defines.ginsbach
2015-07-20KNF and additional commentsginsbach
2015-07-15Don't set state when parsing any timezone (%z) information. The '+' inginsbach
2015-07-14Set S_WDAY state for %u (same as it is set for %w).ginsbach
2015-07-13Switch to using isleap() and isleap_sum() macros from <tzfile.h> to beginsbach
2015-07-11remove local copy of tzfile.hchristos
2015-07-11- don't copy the man pages anymore. they have been converted to mdocchristos
2015-07-08Add macros to clarify what (parse) state is needed to calculate 'missing'ginsbach
2015-07-08Rename flags to state since that is really what flags tracks (parse state).ginsbach
2015-07-03PR/50009: David CARLIER: Enhance strptime to fill out more fields when itchristos
2015-06-22don't define statics we don't needchristos
2015-06-21merge tzcode2015e:christos
2015-04-28welcome to tzcode 2015d (zic performance improvements and cleanups)christos
2015-04-06Add UTC as a synonym for GMT (%Z). [from FreeBSD]ginsbach
2015-04-05Remove dangling cross-ref to localtime(3). There's another cross-ref inpgoyette
2015-04-03Fix spelling; time zone is two words not one.ginsbach
2015-03-24merge 2015bchristos
2015-01-31merge tzcode2015a:christos
2014-11-18welcome to 2014jchristos
2014-11-11localtime did not set tm->tm_zone properly making pkgsrc emacs core-dump.christos
2014-10-23remove stray endifchristos
2014-10-23merge 2014ichristos
2014-10-16- don't leak errno in mktime()christos
2014-10-15PR/49284: Andreas Gustafsson: sysinst segfaults when configuring networkchristos
2014-10-14improve error checking (setting errno)christos