summaryrefslogtreecommitdiff
path: root/lib/libc/time
AgeCommit message (Expand)Author
2017-10-29Fix the escape used for em dashabhinav
2017-10-27Replace a line that somehow got lost in the import from tzcode2017ckre
2017-10-27Minor typo: Coordinated Universal time should be Coordinated Universal Timekre
2017-10-25Remove comma after last Nm entryabhinav
2017-10-25Add offtime_r to the NAME sectionabhinav
2017-10-24Welcome to 2017c:christos
2017-08-24The military/nautical time zones were added following RFC 822 and RFCginsbach
2017-08-12Fix a couple comments and a spacing nit.ginsbach
2017-07-03Remove workaround for ancient HTML generation code.wiz
2017-05-10Turns out that the previous fix is incorrect, we were not doing ++hitkre
2017-05-09++bool to bool=true to appease GCC 8. NFCmaya
2017-04-25merge tzcode2017b.christos
2017-03-11merge 2017achristos
2017-01-10add constcondchristos
2016-12-29Fix asctime_r prototype.wiz
2016-12-25As per the IEEE 1003.1-2008 standard, the range of values for the %Sabhinav
2016-12-24As per C99 the range of values for the %S format specifier is [0,60]abhinav
2016-12-22Remove trailing comma at the end of the last .Nm entry in the NAME sectionabhinav
2016-12-22Grammar fixes at few placesabhinav
2016-11-05Actually, this problem won't be reported upstream, their code iskre
2016-11-05Revert a couple of lines of code from tzcode2016i to their state in 2016hkre
2016-11-05lint knows about _Genericchristos
2016-11-04tzcode2016ichristos
2016-10-20welcome to 2016hchristos
2016-10-07Patch 0001 from upstream to tzcode2016g to restore full functionalitykre
2016-10-07merge tzcode2016gchristos
2016-09-22Since the argument buf is earlier described as a buffer, replace allpgoyette
2016-09-20use a define, and cast.christos
2016-09-20put back part of the code that determines the smallest of INT_MAX andchristos
2016-09-19PR/51484: gson@: Fix off by one (wrong merge)christos
2016-09-16welcome to tzcond-2016fchristos
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