Handlebar Helper Function: Now
Returns the current server date and time in Central Standard Time (CST) without daylight saving time. This function takes no parameters and always returns the current server timestamp. The timezone can’t be controlled by the user.
This function doesn’t accept any parameters. If you pass any parameters, they’re ignored.
The function returns the current server date and time as a datetime value in Central Standard Time (CST) without daylight saving time. The timestamp is formatted using the default .NET culture-specific format. For example, if the default culture setting is en_US, the function returns a timestampvalue such as 9/29/2024 2:30:00 PM -06:00.