PHP timezone_identifier 兼容数据库吗?

发布于 2024-11-18 04:03:20 字数 470 浏览 0 评论 0原文

在我的数据库中,我想插入主要城市的 PHP 支持的时区信息世界,但我似乎找不到任何接近我正在寻找的东西。


以下是我正在寻找的 2 个示例:

|--------------------------|
|        City table        |
|--------------------------|
| name     | timezone      |
|--------------------------|
| London   | Europe/London |
| Aberdeen | Europe/London |
|--------------------------|

知道在哪里可以找到这些信息吗?


干杯,
尼古拉斯.

In my database I would like to insert PHP supported timezones information of the main cities in the world, but I can't seem to find anything near what I'm looking for.

Here's 2 examples of what I am looking for:

|--------------------------|
|        City table        |
|--------------------------|
| name     | timezone      |
|--------------------------|
| London   | Europe/London |
| Aberdeen | Europe/London |
|--------------------------|

Any idea where I can find these information?

Cheers,
Nicolas.

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

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

发布评论

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

评论(1

最丧也最甜 2024-11-25 04:03:20

您想要此列表吗?可以从斜杠后面的部分提取名称。

Do you want this list ? The name can be extracted from the part after the slash.

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