As of now webplayer user gets data time functions return current date and time based on the server time where the webplayer is hosted. This causes issue if the users and webplayer server are in different time zone. For example today() function call (around 8:00 pm) can get return next day's date for a user in PST when the webplayer server is in UTC. A new function or change today() to return date time based on users location will be really helpful.