• Vadim Zeitlin's avatar
    Add mktime_from_ymdhms() helper. · 62c17b27
    Vadim Zeitlin authored
    No changes, just refactor the code to use this function instead of redoing all
    the year/month adjustments (by 1900 and 1 respectively) in all the backends.
    
    This is also meant to allow changing the time zone handling in a single place
    in the future if we decide to do it.
    62c17b27