Log message #4220510

# At Username Text
# Dec 30th 2019, 16:33 kevin.pfeifer i just disabled my custom DateFormatters in my bootstrap.php
# Dec 30th 2019, 16:33 ricksaccous because on mac case sensitivity of folders doesn't matter.... even when running a vagrant with ubuntu
# Dec 30th 2019, 16:33 kevin.pfeifer its the custom dateformat
# Dec 30th 2019, 16:33 kevin.pfeifer uh
# Dec 30th 2019, 16:32 ricksaccous instead of IceCream
# Dec 30th 2019, 16:32 ricksaccous IceCReam
# Dec 30th 2019, 16:32 ricksaccous i spent hours figuring out that something wasn't working on review because i accidently committed a folder like
# Dec 30th 2019, 16:32 kevin.pfeifer i keep you posted when i found it
# Dec 30th 2019, 16:32 kevin.pfeifer thx
# Dec 30th 2019, 16:31 kevin.pfeifer or i did something somewhere^^
# Dec 30th 2019, 16:31 ricksaccous that sucks, good luck figuring it out
# Dec 30th 2019, 16:31 ricksaccous lol
# Dec 30th 2019, 16:31 ricksaccous you must be doing something somewhere
# Dec 30th 2019, 16:31 kevin.pfeifer so either my live server has a date problem
# Dec 30th 2019, 16:31 ricksaccous welp
# Dec 30th 2019, 16:31 kevin.pfeifer and there everything is fine
# Dec 30th 2019, 16:31 kevin.pfeifer i just tested it on a bare cakephp4
# Dec 30th 2019, 16:31 kevin.pfeifer well
# Dec 30th 2019, 16:31 kevin.pfeifer yeah, the most work for me was refactoring the old CakePHP Shell scripts to the new "Commands" and some special work in some of my Components
# Dec 30th 2019, 16:30 ricksaccous i suppose you don't really know if it's user error or cake4 though yet
# Dec 30th 2019, 16:30 ricksaccous but i know what you mean it's good to upgrade
# Dec 30th 2019, 16:30 ricksaccous lol
# Dec 30th 2019, 16:30 ricksaccous except +1 year dates ;)
# Dec 30th 2019, 16:29 kevin.pfeifer my app is running on cakephp 4 since 2 or 3 months without a problem
# Dec 30th 2019, 16:28 kevin.pfeifer i can definitely recommend it :) refactored my old cakephp3 app to 4 and basically had no problems
# Dec 30th 2019, 16:27 ricksaccous i haven't touched cake4 yet XD
# Dec 30th 2019, 16:27 kevin.pfeifer just wanted to check if someone else also had this problem till now^^
# Dec 30th 2019, 16:27 ricksaccous ok
# Dec 30th 2019, 16:27 kevin.pfeifer i have a barebones cakephp4 install on antoher server, i will try to recreate the issue there
# Dec 30th 2019, 16:27 ricksaccous if you can recreate on a new project then create a github issue
# Dec 30th 2019, 16:24 kevin.pfeifer and i tried updating an entity and therefore "reupdating" the modified date. But it still keeps +1 year
# Dec 30th 2019, 16:24 kevin.pfeifer even the composer update didn't change anything
# Dec 30th 2019, 16:23 kevin.pfeifer i know this always sounds good but "i didn't change anything"
# Dec 30th 2019, 16:23 kevin.pfeifer and noticed that the year is wrong
# Dec 30th 2019, 16:23 kevin.pfeifer just opened the page today
# Dec 30th 2019, 16:22 kevin.pfeifer it worked fine on cakephp4 wor months
# Dec 30th 2019, 16:21 dsar That's weird, did it work on cakephp 3?
# Dec 30th 2019, 16:19 kevin.pfeifer ill try a quick composer update, probably there has been some update
# Dec 30th 2019, 16:17 kevin.pfeifer i have set that globally in my config/bootstrap.php ```Time::setToStringFormat('dd.MM.YYYY HH:mm'); // For any mutable DateTime FrozenTime::setToStringFormat('dd.MM.YYYY HH:mm'); // For any immutable DateTime Date::setToStringFormat('dd.MM.YYYY HH:mm'); // For any mutable Date FrozenDate::setToStringFormat('dd.MM.YYYY HH:mm'); // For any immutable Date```
# Dec 30th 2019, 16:17 dsar Where do you use the time formatter? Could you show that part?
# Dec 30th 2019, 16:13 kevin.pfeifer im on cakephp4