> Is it acceptable that an official GWT implementation of the time API would > be based on moment.js ? Or is it expected that it is all implemented with > standard browser API and pure Java code ? >
Because GWT compiler can not see/optimize external JS files, an official GWT implementation will likely also be based on the threeten code, thus java. I think the major hurdle is the ZoneId API for time zones. You don't want whole tzdata in your app if you just need one or a couple time zones. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/e1b13023-e473-4d86-a23f-fa53c08d9799%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
