gpt4 book ai didi

php - Symfony 1.4.11 & 插入 : time format problem in fixtures file

转载 作者:行者123 更新时间:2023-11-29 03:45:52 24 4
gpt4 key购买 nike

我有一个问题:

我有一个 schema.yml,其中包含一个类型为“time”的字段:

time_space:          { type: time, required: true }

对于我的初始数据,我有一个夹具文件,其中包含字段“time_space”的值:

  time_space: 24:00:00 # doesn't work

当我查看我的 propel.ini(到目前为止我还没有修改过)时,我看到了以下设置:

propel.defaultTimeFormat = H:i:s

当我在我的 CLI 中执行 'symfony propel:data-load' 时,我的错误消息如下:

Error parsing date/time value: '24:00:00' [wrapped: DateTime::__construct(): Failed to parse time string (24:00:00) at position 0 (2): Unexpected character]

我做错了什么?任何人都知道如何设置正确的格式?任何帮助都会非常好,谢谢 :-)

我正在使用 Windows 7 x64、IIS 7.5、MySQL 5.5.10 和 PHP 5.2.17 进行开发。

干杯,汉斯迈尔

最佳答案

我最近遇到了 Doctrine 的这个问题(但有时间戳字段),将它们放在 '-s 中解决了这个问题,所以:'23:59:59' 会起作用。

顺便说一下,'H:i:s' 中的 'H' 不会让您键入 24,因为没有 24。这次 24 是 00。

关于php - Symfony 1.4.11 & 插入 : time format problem in fixtures file,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5633537/

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