Non integer time zones
Hello,
I'm new to Vanilla, and really like its approach to forums, well done! I'm wondering, what are the possibilities for handling non integer time zones correctly? For example, my time zone is Australian Central Standard Time +9.5 (or +10.5 in daylight savings). When I set up my forum, I noticed that times were off by 30 minutes (I assume for some kind of rounding error). Our server lives in a different city where the time zone is +10/+11.
I notice that the time zone offset column in the users table in the database has type INT.
My solution is to put a php line setting our correct time zone in index.php, so the offset is 0, all my users live in the same city, so this works.
But surely the offset column should accept decimal numbers to work correctly in the general case? Indian Standard Time is the other main non integer time zone.
Thanks,
Andrew
Answers
I like when they didn't have standard time, Like in Bristol noon was 12:10 in London. It totally messed with the railways
You can blame us for your half time zones. Time to change though....
Anyway this is an issue for github
https://github.com/vanillaforums/Garden/issues
grep is your friend.
Thanks, I started an issue there.