将 boost ptime 从 GMT 转换为 UTC

发布于 2024-11-28 04:50:05 字数 190 浏览 1 评论 0原文

我正在尝试将 boost::posix_time::ptime 从 GMT 转换为 UTC。 我访问了 Boost 网站,大多数示例都是针对美国时区的,但我需要 GMT 时区。

我所需要的只是将正确的参数放入 boost::date_time::local_adjustor

谢谢。

I am trying to convert boost::posix_time::ptime from GMT to UTC.
I went on Boost web site, and most of the examples are for US time zone, but I need the GMT one.

All I need is the right parameters to put in boost::date_time::local_adjustor

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心的憧憬 2024-12-05 04:50:06

好的,假设这是湿的,你的绳子应该是(夏季时间是从四月最后一个星期日 2:00 到十月最后一个星期日 3:00):

"WET-0WEST,M4.5.0/02:00:00,M10.5.0/03:00:00"

Ok, assuming this is WET your string should be (Summertime is from last Sunday in April, 2:00 until last Sunday in October, 3:00):

"WET-0WEST,M4.5.0/02:00:00,M10.5.0/03:00:00"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文