1lann / Convorse

[ON HIATUS] A chat client whose backend is written with the Revel framework, and supports web browsers and ComputerCraft.
http://convorse.tk
MIT License
0 stars 0 forks source link

Add timezone configurations #5

Open 1lann opened 9 years ago

1lann commented 9 years ago

Make a database.go method to store timezones. On the client and server controller, make a UI to configure the timezone, or use new Date()getTimezoneOffset and upload it to the server for automatic timezone setting.

Read through the structs in database.go for the structure timezones should be stored in, also see the time golang package.