Skip to content
Commit bd41bd78 authored by Bastien Nocera's avatar Bastien Nocera
Browse files

datetime: Fix broken time setting on 32-bit machines

time_t might be a 32-bit integer, which wouldn't be big enough
to contain the number of microseconds since Epoch (since it can
only fit the number of seconds from Epoch until 2038).

https://bugzilla.redhat.com/show_bug.cgi?id=795792
parent a0d0da46
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment