mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-01-05 20:38:24 -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";
|
|
};
|