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'
返回当前日期时间,用它来知道当前的日期和时间。
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'