Please Log in or Create an account to join the conversation.
If you use [cb:date format="Y-m-d" /] it will be offset by the server timezone. You can not turn this off. The format is the end result. Even if you exclude it offset is applied to 00:00:00. You have to use format functions for more control. You should be able to use [cb:parse function="time"]now[/cb:parse] to get the current timestamp without offset applied.That seems to show something reasonable, allthough it's quite hard to interpret the numbers, but do I need to enter the offset here?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Don't just add "now" with the existing usage. If you need the current datetime timestamp only specify "now". The below is probably fine.But I don't see any difference with or without the 'now' in there?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.