Hey,

In ServletContextListener initialization method we are setting the JVM Time 
Zone as

public void contextInitialized(ServletContextEvent event) {
TimeZone.setDefault(TimeZone.getTimeZone("GMT+00:00"));
}

But when i check the Time Zone information in servlets and filters the Time 
Zone got changed.

log.info("TimeZone : " + TimeZone.getDefault());

What might be the reason? 

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/307e4922-a885-4cc1-9751-d1e1d2dcafd2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... Yashavanta S B
    • [google-appen... 'Adam (Cloud Platform Support)' via Google App Engine
      • [google-a... Yashavanta S B
        • [goog... Anastasios Hatzis
          • [... Yashavanta S B
            • ... 'Adam (Cloud Platform Support)' via Google App Engine
              • ... 'Nicholas (Google Cloud Support)' via Google App Engine
              • ... Yashavanta S B
                • ... 'Adam (Cloud Platform Support)' via Google App Engine

Reply via email to