Hi,
Thank you for the reply. I cannot add a request on trello (even after registration) so I will just continue the thread here.
If it can help, here is a snippet I was using with fullcalendar using jstz
<script type=’text/javascript’ src=’script/jstz.min.js’></script>
var timezone = jstz.determine();
you can then the name with
currentTimezone: timezone.name()
which will return “Asia/Tokyo” for example