ceylon-sdk icon indicating copy to clipboard operation
ceylon-sdk copied to clipboard

Split time zones from ceylon.time into a separate module

Open luolong opened this issue 10 years ago • 4 comments

Since ceylon.locale and ceylon.time both need to have access to time zone information, we should split most of the time zone related classes away from ceylon.time library into a separate module.

Suitable module name would be ceylon.timezone?

luolong avatar Oct 15 '15 14:10 luolong

Well locale needs a dependency to time anyway so what is the advantage?

gavinking avatar Oct 15 '15 14:10 gavinking

how so -- as far as I know, the only reason they need dependency on ceylon.time is because of time zones?

luolong avatar Oct 15 '15 14:10 luolong

Nope. All the methods for formatting dates and times.

gavinking avatar Oct 15 '15 14:10 gavinking

ah, for some reason I thought that was in ceylon.format...

luolong avatar Oct 15 '15 14:10 luolong