为什么 i 在 Ymd H:i:s 时间格式中代表分钟?

发布于 2025-01-19 12:01:20 字数 188 浏览 0 评论 0原文

这是一个非常简单的问题,但我通过各种搜索都找不到答案。当我们在 PHP 中有像 Ymd H:i:s 这样的时间格式时,很容易理解:

Y = years
m = months
d = days
H = hours
s = seconds

但是为什么分钟用“i”表示呢?换句话说,这个命名约定从何而来?

This is a pretty simple question, but I cound't find an answer anywhere with various searches. When we have a time format in PHP like Y-m-d H:i:s it's very easy to understand that:

Y = years
m = months
d = days
H = hours
s = seconds

But why are minutes represented with "i"? In other words, where does this naming convention come from?

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

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

发布评论

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

评论(1

新一帅帅 2025-01-26 12:01:20

他们无法使用mm几分钟,因为它们已经用于本月。 m是一个数字月,m是月份的缩写。

因此,他们必须使用尚未分配的其他字母。我假设他们选择了i,因为这是minute的第二个字母。

They couldn't use m or M for minutes, because they were already used for the month. m is a numeric month, and M is the month abbreviation.

So they had to use a different letter that's not already assigned. I assume they chose i because it's the second letter of minute.

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