gpt4 book ai didi

datetime - 使用 Timex 设置日期时间格式

转载 作者:行者123 更新时间:2023-12-02 22:08:47 29 4
gpt4 key购买 nike

我有个约会。如何通过 Times 对其进行格式化,使其成为以下格式:

Wed, 02 Oct 2002 15:00:00 +0200

Wed, 02 Oct 2002 15:00:00 GMT

Wed, 02 Oct 2002 15:00:00 EST

我已经尝试过这个:

 Timex.format!(my_date, "%D, %d %M %Y %H:%i:%s T", :strftime))

但它抛出了异常:

%Timex.Format.FormatError{message: {:format, "Expected end of input at line 1, column 16"}} (expected a string)

同时它会毫无错误地转换为其他更简单的格式。

最佳答案

我相信您正在寻找 RFC1123 日期时间格式:

iex(1)> Timex.now |> Timex.format!("{RFC1123}")
"Sat, 11 Mar 2017 12:04:21 +0000"
iex(2)> Timex.now |> Timex.to_datetime("America/Chicago") |> Timex.format!("{RFC1123}")
"Sat, 11 Mar 2017 06:04:50 -0600"

关于datetime - 使用 Timex 设置日期时间格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42734873/

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