gpt4 book ai didi

powershell - 使用 UFormat 获取 unix 时间

转载 作者:行者123 更新时间:2023-12-04 01:17:48 25 4
gpt4 key购买 nike

我可以使用以下内容将日期附加到文本中:

"Foo {0:G} Foo" -f (date)     #returns "Foo 2009-12-07 15:34:16 Foo"

但我想要 Unix 格式的时间。
我可以通过 date -UFormat %s 得到它,但我可以使用相同的语法吗?

当我使用 -UFormat %s我得到 1260199855,65625,如何去掉小数点?

最佳答案

[int](Get-Date -UFormat %s -Millisecond 0)

关于powershell - 使用 UFormat 获取 unix 时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1860344/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com