5

I've an issue while my data persisted as utc date-time and I want my users see the right time (thier) local time.

I can do this using javascript that sends the local time from the client machine to server, but this will cause me the first time the page will be seen it will be written using the UTC-Time.

do you have more ways? thanks.

4

2 回答 2

1

Woot 这样做 - 每次他们呈现论坛帖子时,他们都会包含一个 <span class="time">(中央时间的时间,他们的家乡时间)</span>,然后有一个枚举所有类跨度的 javascript" time" 并进行简单的日期时间转换以将其转换为本地时间;如果您没有 JS,您只需在论坛帖子上获得中央时区时间。

于 2009-07-13T22:53:42.357 回答
0

为什么不在标签中输出 UTC 日期,然后在页面加载后使用 javascript 将它们转换为本地时间?

这种假设您的访问者必须使用 javascript,从可访问性的角度来看,这有点顽皮。

于 2009-07-13T22:38:42.560 回答