aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/nstime.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-03nstime: "localtime()" is an API, "local time" is local time.Guy Harris1-2/+2
2021-12-30wsutil: Fix time zone handling.John Thacker1-2/+5
2021-12-29epan: Add back ABSOLUTE_TIME_NTP_UTC representationJoão Valverde1-6/+2
2021-12-27wsutil/nstime: Fix ISO8601 parsing with tz offset separatorJoão Valverde1-11/+5
2021-12-27Use a wrapper function to call strptime()João Valverde1-5/+1
2021-12-01nstime: Support ISO 8601 basic formatJohn Thacker1-24/+55
2021-11-26wustil: Fix timezone handling in iso8601_to_nstimeJohn Thacker1-2/+9
2021-11-26wsutil: Prevent buffer overflow in iso8601_to_nstimeJohn Thacker1-12/+31
2021-07-30nstime: Fix Dead Store (found by Clang Analyzer)Alexis La Goutte1-2/+2
2021-01-14nstime: Remove an unneeded check.Gerald Combs1-7/+0
2021-01-11editcap: add support for epoch timestamps in `-A` and `-B` optionsChema Gonzalez1-0/+78
2021-01-08Add iso8601_to_nstime() for editcap and nettraceDavid Perry1-0/+189
2020-10-11Fix many spelling errorsРоман Донченко1-1/+1
2020-01-21Put various epoch time deltas into wsutil/epochs.h.Guy Harris1-27/+5
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-12-10Convert to using use SPDX identifier on wsutil directoryMichael Mann1-14/+1
2016-05-09Fix up the compare chain in nstime_delta().Guy Harris1-1/+1
2015-10-09nstime: fix -Wshift-negative-valuePeter Wu1-6/+2
2015-06-11Replace tabs in files with editor modeline "expandtab"Bill Meier1-1/+1
2015-04-21Calculate *Peek tagged timestamps in fixed-point.Guy Harris1-26/+66
2015-04-20Get rid of trailing white space.Guy Harris1-1/+1
2015-04-20Have a common routine to convert FILETIME to nstime_t.Guy Harris1-0/+76
2014-05-23Fix some whitespace issues.Guy Harris1-3/+3
2014-05-23More handling of missing time stamps.Guy Harris1-1/+12
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki1-10/+0
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-0/+202