Changeset ec56195 for lib/format_legacy.c
- Timestamp:
- 04/19/13 17:16:13 (9 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 1439466
- Parents:
- 94dbe30
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_legacy.c
rc909fad rec56195 154 154 tm.tm_isdst = -1; /* forces check for summer time */ 155 155 156 /* 156 157 if (getenv("TZ") == NULL) { 157 perror("getenv(TZ)");158 fprintf(stderr, "Failed to get the current TZ"); 158 159 return (time_t)0; 159 160 } 161 */ 160 162 if (putenv("TZ=Pacific/Auckland")) { 161 163 perror("putenv");
Note: See TracChangeset
for help on using the changeset viewer.