mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05: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";
|
|
};
|