Changeset 40044 for trunk/psLib/src/astro/psTime.c
- Timestamp:
- May 18, 2017, 11:48:09 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.c
r34089 r40044 1380 1380 // if this is NOT a UTC time then we want to make sure tm.tm_sec does not 1381 1381 // end up being set to 60 1382 if (! time->type == PS_TIME_UTC)1382 if (!(time->type == PS_TIME_UTC)) 1383 1383 { 1384 1384 // If leapsecond use previous day
Note:
See TracChangeset
for help on using the changeset viewer.
