Use the following bash snippet to calculate the current date and time from the user's system and return it into the chat context:
date '+%Y-%m-%d %H:%M:%S'
Returns the current date time, use it to know what is the current date and time.
Use the following bash snippet to calculate the current date and time from the user's system and return it into the chat context:
date '+%Y-%m-%d %H:%M:%S'