Home
last modified time | relevance | path

Searched refs:epoch_days (Results 1 - 2 of 2) sorted by relevance

/third_party/tzdata/
H A Dleapseconds.awk152 # sstamp_to_ymdhMs(sstamp, epoch_days)
157 # epoch_days - is the timestamp epoch in Gregorian days since 1600-03-01.
194 # Standard day epochs, suitable for epoch_days.
200 function sstamp_to_ymdhMs(sstamp, epoch_days, \
208 day = epoch_days + int(sstamp / (24 * 60 * 60))
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c10653 /* epoch_days(1970, 1, 1) == 1970-01-01 == 0. */
10654 static int epoch_days(int year, int month, int day) { in epoch_days() function
10670 int64_t ret = epoch_days(tp->tm_year + 1900, tp->tm_mon + 1, tp->tm_mday); in upb_timegm()

Completed in 21 milliseconds