X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Flyxtime.cpp;h=3150825d753f80c3dd95ae15b6147b5c4a8d5114;hb=12554c93d81f75f87c34040fd7737048d3518d6d;hp=f5290a2324a4cf67696c1928221ae81316958250;hpb=e04523f77be2a6d2b5ca708900857154b1eff902;p=lyx.git diff --git a/src/support/lyxtime.cpp b/src/support/lyxtime.cpp index f5290a2324..3150825d75 100644 --- a/src/support/lyxtime.cpp +++ b/src/support/lyxtime.cpp @@ -40,7 +40,7 @@ string const formatted_time(time_t t, string const & fmt) } -time_t from_gmtime(string t) +time_t from_asctime_utc(string t) { // Example for the format: "Sun Nov 6 10:39:39 2011\n" // Generously remove trailing '\n' (and other whitespace if needed)