getting user set timezone
- zacharielle
- Ssr. Bludit
- Posts: 13
- Joined: Sat Jan 07, 2023 7:51 am
- Has thanked: 11 times
- Been thanked: 10 times
I don't think this is a user related data, rather a site config one? If this is what you are looking for there is the timezone() function from Site class you can call to get the info:
Code: Select all
<?php echo $site->timezone(); ?>