gpt4 book ai didi

mysql - FMMT :formatDate and timeZone

转载 作者:行者123 更新时间:2023-11-29 15:10:16 27 4
gpt4 key购买 nike

我的 Mysql 数据库中有一些字段,类型为日期时间

例如,我使用下一个 Java 代码存储付款日期:

payment.setCreatedOn(new Date(System.currentTimeMillis())); 

在我的 View 层中,我使用 fmt:formatDate设置日期格式:

<fmt:formatDate value="${payment.createdOn}" pattern="EEE, dd MMM yyyy HH:mm:ss"/> 

我的服务器位于伦敦,我的应用程序的用户位于维也纳。可能由于时区不同,时间显示有所延迟。我可以在 fmt:formatDate 中使用 timeZone 参数。

timeZone: Time zone in which to represent the formatted time.

在 Google 中搜索后,我认为值 Europe/Vienna 对于 timeZone 参数有效。

有谁知道是否有有效时区字符串的列表?

最佳答案

Sergio - 我相信你早已找到它了......

这是homepage for the Olson database或“zoneinfo”,这是 TZ 信息的权威来源。

这是一个 nice wiki 用于浏览区域。

关于mysql - FMMT :formatDate and timeZone,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/849038/

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