mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-04-18 13:58:44 -04:00
* updated snapshots * move timezone setup to globalSetup * renamed old global setup file to reflect what it actually does, which is setup i18next
4 lines
60 B
JavaScript
4 lines
60 B
JavaScript
module.exports = async () => {
|
|
process.env.TZ = "UTC";
|
|
};
|