gpt4 book ai didi

haskell - 如何使用 Haskell 中的时间库创建 UTCTime 值?

转载 作者:行者123 更新时间:2023-12-05 00:48:10 28 4
gpt4 key购买 nike

我有一个年、月、日、小时和分钟的值(它们都是 Int 类型) - 如何将它们转换为 UTCTime

就像 How do I create a UTCTime from Int values, using the thyme library in Haskell?而是使用 time 库。

最佳答案

import Data.Time.Calendar
import Data.Time

example :: UTCTime
example = UTCTime (fromGregorian 2018 10 27) (secondsToDiffTime 0)

关于haskell - 如何使用 Haskell 中的时间库创建 UTCTime 值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53023462/

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