walltime-js
Version:
A javascript library for easily translating a UTC time to a "Wall Time" for a particular time zone and back.
11 lines (10 loc) • 647 B
text/coffeescript
describe "Project Roadmap", ->
it "has a Github repo", -> true
it "can download Olson timezone files", -> true
it "can parse timezone files", -> true
it "can process timezone rules", -> true
it "can convert a UTC TimeStamp to a Wall Time for America/Chicago during daylight savings time", -> true
it "can convert a Wall Time for America/Chicago during daylight savings time to a UTC TimeStamp", -> true
it "can detect when a given Wall Time is ambiguous", -> true
it "works properly for zones where the year starts with a DST applied (australasia)", -> true
it "can build a client side script version", -> true