Skip to content
  • Bastien Nocera's avatar
    plparser: Remove use of Y2038 unsafe GTimeVal · 54195895
    Bastien Nocera authored
    Use GDateTime instead.
    
    g_date_time_new_from_iso8601() was added in glib 2.56, so bump the
    requirements.
    
    Note that this also changes one of the tests, as GDateTime does not
    support leap seconds as the old GTimeVal code used to do.
    
    See glib#1938
    54195895