5 ms·
Ugh. Locales should be used for (user faced) input / output, never for saving data internally or for exporting it. Well, there are some exceptions, like actual
by trulyme 5y ago
Ugh. Locales should be used for (user faced) input / output, never for saving data internally or for exporting it.
Well, there are some exceptions, like actually caring about the original datetime, but they are rare.