<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[孤城浪子的地盘]]></title> 
<link>https://www.gclz.cn/index.php</link> 
<description><![CDATA[]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[孤城浪子的地盘]]></copyright>
<item>
<link>https://www.gclz.cn/post//</link>
<title><![CDATA[windows 系统中，怎么修改文件的修改日期时间戳？]]></title> 
<author>孤城浪子 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[系统经验]]></category>
<pubDate>Wed, 04 Mar 2026 06:45:50 +0000</pubDate> 
<guid>https://www.gclz.cn/post//</guid> 
<description>
<![CDATA[ 
	打开 PowerShell：<br /><br />&nbsp; &nbsp; 在文件修改的目标文件夹空白处，点击鼠标右键，选择&ldquo;在终端中打开&rdquo;（这通常打开的是 PowerShell）。<br /><br />&nbsp; &nbsp; 或者按 Win + R，输入 powershell，然后回车。<br /><br />输入命令：<br />假设你要将文件 D:&#92;测试&#92;文档.txt 的修改日期改为 2025年3月15日 下午3点30分50秒，可以使用以下命令：<br /><br /><br /><strong>(Get-Item &quot;D:&#92;测试&#92;文档.txt&quot;).LastWriteTime = Get-Date &quot;2025-03-15 15:30:50&quot;</strong><br /><br />
]]>
</description>
</item><item>
<link>https://www.gclz.cn/post//#blogcomment</link>
<title><![CDATA[[评论] windows 系统中，怎么修改文件的修改日期时间戳？]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://www.gclz.cn/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>