def now():
"""
Get the current datetime.
:return: The current datetime.
"""
return datetime.utcnow().replace(tzinfo=tzoffset(None, 0))
# Class Methods
# Public Methods
# Protected Methods
# Private Methods
# Properties
# Representation and Comparison
评论列表
文章目录