Reputation: 944
When using a Date/Time control, it can have a timezone selector. But, when it doesn't, it has a default timezone (in my case, EST).
How does Crafter determine this default timezone? A config? from the server's settings?
And how can I change it?
Upvotes: 4
Views: 99
Reputation: 693
As an admin:
<default-timezone>EST5EDT</default-timezone>
This is the default timezone for that site. Typically set to where the majority of the team managing the site sits. Set this value to a valid Java time zone locale.
Upvotes: 5