summaryrefslogtreecommitdiff
path: root/lib/util/time.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-07lib: Add timespec_equal()Volker Lendecke1-0/+6
2024-05-22lib: Use struct initializationVolker Lendecke1-3/+1
2024-03-22lib: Remove timeval_set()Volker Lendecke1-12/+0
2024-03-22lib: Remove timeval_until()Volker Lendecke1-23/+0
2024-02-16lib:util: Remove inaccurate commentJo Sutton1-9/+1
2024-01-16time.c: fix ctime which was feeded with the mtime secondsBjörn Jacke1-1/+1
2023-12-21lib:util: Use portable integer constantsJoseph Sutton1-3/+3
2023-12-21lib:util: Define TIME_FIXUP_CONSTANT_INT using INT64_C() macroJoseph Sutton1-5/+1
2023-04-14lib:util: Fix code spellingAndreas Schneider1-2/+2
2023-01-26lib:util: Print data in ISO 8601 formatAndreas Schneider1-2/+2
2023-01-26lib:util: Remove trailing whitespaces from time.cAndreas Schneider1-19/+19
2022-01-11lib: util: Make nt_time_to_full_timespec() call nt_time_to_unix_timespec_raw(...Jeremy Allison1-18/+2
2022-01-11lib: util: Make nt_time_to_unix_timespec() call nt_time_to_unix_timespec_raw(...Jeremy Allison1-20/+3
2022-01-08lib: util: Add a function nt_time_to_unix_timespec_raw().Jeremy Allison1-0/+30
2021-10-28lib: handle NTTIME_THAW in nt_time_to_full_timespec()Ralph Boehme1-3/+3
2021-10-28lib: update null_nttime() of -1: -1 is NTTIME_FREEZERalph Boehme1-1/+1
2021-04-16lib/util: fix timespec normalizationPhilipp Gesang1-8/+45
2020-08-15lib/util: Standardize use of st_[acm]time nsMatthew DeVore1-0/+230
2020-07-16util: Fix a signed/unsigned comparisonMartin Schwenke1-1/+1
2019-12-09lib: add a comment to nt_time_to_full_timespec()Ralph Boehme1-2/+12
2019-12-09lib: harden full_timespec_to_nt_time()Ralph Boehme1-8/+22
2019-12-06lib: canonicalize pull_dos_date3()Ralph Boehme1-0/+5
2019-12-06lib: add time_t_to_full_timespec()Ralph Boehme1-0/+14
2019-12-06lib: add timespec_string_buf()Ralph Boehme1-0/+56
2019-12-06lib: use nt_time_to_unix_full() in nt_time_string()Ralph Boehme1-1/+1
2019-12-06lib: add nt_time_to_full_time_t()Ralph Boehme1-0/+17
2019-12-06lib: add full_timespec_to_time_t()Ralph Boehme1-0/+36
2019-12-06lib: add nt_time_to_full_timespec()Ralph Boehme1-0/+41
2019-12-06lib: add full_timespec_to_nt_time()Ralph Boehme1-0/+25
2019-12-06lib: add functions dealing with struct timespec UTIME_OMITRalph Boehme1-0/+23
2019-09-10lib: add round_timespec_to_nttime()Ralph Boehme1-0/+9
2018-01-08Add substitutions %t, %j, and %J as path-safe variants of %T, %i, and %I.Dr. Thomas Orgis1-0/+51
2017-06-13libbreplace: compatibility fix for AIXGuillaume Xavier Taillon1-1/+1
2016-03-28lib/util: fix function commentUri Simchoni1-1/+1
2014-10-13lib/util: Add RFC3339 timestamp support to timeval_str_buf()Martin Schwenke1-1/+1
2014-10-04lib/util: Clean up includes for time.[ch]Martin Schwenke1-2/+4
2014-07-31lib: Create time_basic.[ch]Volker Lendecke1-52/+1
2014-07-31lib: Use timeval_str_buf in timeval_stringVolker Lendecke1-38/+17
2014-07-31lib: Add timeval_str_bufVolker Lendecke1-0/+39
2014-06-30lib: Align nt_time_to_unix_timespec with unix_timespec_to_nt_timeVolker Lendecke1-4/+4
2014-06-30lib: Align unix_timespec_to_nt_time with nt_time_to_unix_timespecVolker Lendecke1-8/+5
2014-06-18lib: Apply const to nt_time_to_unix_timespecVolker Lendecke1-1/+1
2013-12-12lib-util: add functions to get elapsed from given timespec structsVolker Lendecke1-0/+18
2013-07-05time: prefer CLOCK_BOOTTIME for clock_gettime_mono()Björn Jacke1-2/+12
2013-07-05time: don't try to use the coarse clockBjörn Jacke1-9/+2
2013-02-19lib/util/time: strip a potential trailing newline in the asctime case.Michael Adam1-0/+9
2012-05-08lib/util: Map 0x7fffffffffffffffLL as 0x7fffffffffffffffLL in time conversionAndrew Bartlett1-1/+1
2011-11-03util/time: Make some functions explicitly public.Jelmer Vernooij1-3/+3
2011-09-23lib/util: move some timespec helpers from source3 to the toplevelStefan Metzmacher1-0/+117
2011-06-11s3-param Remove 'time offset' from smb.confAndrew Bartlett1-3/+1