In my webapp, I want it to function properly in a local network even without internet access. The time is set according to the server timezone using moment-timezone. It works well when connected to the internet, but I'm curious about how it gets the timezone information and performs the conversion when offline. Where does it obtain the timezone data from in the absence of an internet connection?