gpt4 book ai didi

java - Struts2 中带有时区的 AppEngine java.util.Date

转载 作者:太空宇宙 更新时间:2023-11-04 07:57:33 24 4
gpt4 key购买 nike

我在 Google App Engine 中使用 Struts2。

我在实体中有 java.util.Date 属性。

private Date date = null;

public Date getDate() {
return date;
}
public void setDate(Date date) {
this.date = date;
}

我想显示我们的时区的日期,即GMT+8。所以我的看法如下:

<s:date name="dateAdded" format="MMM. d, yyyy / hh:mm a" timezone="GMT+08:00" />

但它没有显示 GMT+8 的正确时间。

有人可以解释一下这种行为吗?如何以GMT+8显示?

最佳答案

我认为您需要使用时区名称:

      <s:date name="dateAdded" format="MMM. d, yyyy / hh:mm a" timezone="PST" />

      <s:date name="dateAdded" format="MMM. d, yyyy / hh:mm a" 
timezone="America/Los_Angeles" />

关于java - Struts2 中带有时区的 AppEngine java.util.Date,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13389011/

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