<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>硬汉工作室 - Python</title>
    <link>https://www.nciaer.com/forum-52-1.html</link>
    <description>Latest 20 threads of Python</description>
    <copyright>Copyright(C) 硬汉工作室</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 12 May 2026 11:29:50 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.nciaer.com/static/image/common/logo_88_31.gif</url>
      <title>硬汉工作室</title>
      <link>https://www.nciaer.com/</link>
    </image>
    <item>
      <title>Py常用模块datetime</title>
      <link>https://www.nciaer.com/thread-472-1-1.html</link>
      <description><![CDATA[from datetime import datetime # 导入datetime模块下的datetime类
print(datetime.now()) # 输出当前日期和时间，其实是datetime类型的

dt = datetime(2019, 8, 22, 13, 54, 12) # 根据指定的日期和时间构建datetime对象
print(dt)

print(dt.timestamp()) # datetime ...]]></description>
      <category>Python</category>
      <author>nciaer</author>
      <pubDate>Thu, 22 Aug 2019 05:57:52 +0000</pubDate>
    </item>
  </channel>
</rss>