lachlan / mycitytrain.node

A version of http://mycitytrain.info that runs on node.js
1 stars 0 forks source link

timezone support #1

Open lachlan opened 13 years ago

lachlan commented 13 years ago

translink expects brisbane times, no.de machine is in UTC, javascript has no way of supporting any timezone other than UTC and local (which on the server is the same)

lachlan commented 13 years ago

Tried using the node.js time module (npm install time), which would've been perfect except it won't install/compile on the no.de machine (see commits https://github.com/lachlan/mycitytrain.node/commit/9408b9f6452ed1f6668efba00477294f059bdba7 and https://github.com/lachlan/mycitytrain.node/commit/752caa70866f6d41c37d2cd9ebc17d35c309458d).

Could investigate further, ie. installing compiler on the no.de machine using pkgin or whatever.