I am using react js to create my application and moment js. According to moment js documentation i can set the timezone globally using: moment.tz.setDefault(). Also they said Default timezone is shared between all modules:.
Question: It is important where to add moment.tz.setDefault() or the file where i want to add this does not matter because the configs anyway will be shared over the entire application?