【问题标题】:Current Date time in a particular format Python [duplicate]特定格式Python的当前日期时间[重复]
【发布时间】:2023-04-01 03:30:01
【问题描述】:

我是python的初学者,我有一个函数,我需要以类似的格式显示当前的日期、时间、月份、年份。

Mon Jun 22 14:00:03 UTC 2020

我看到了预定义的 datetime 类,但我不知道如何利用这个类以这种格式 (UTC) 派生当前日期。

非常感谢任何帮助。提前致谢。

【问题讨论】:

    标签:
    python
    python-3.x
    datetime
    datetime-format
    python-datetime