Thanks!
Thanks for attending my talk "Time Zones and Calendars are a PITA" at PHP South West UG that I gave on June 13th, 2018. Here you can find some extra information about the talk if they are available. For this talk we have:
Questions?
If you have any questions about the talk, feel free to contact me. My details are on the contact page.
Slides
The talks slides can be downloaded at time-phpsw18.pdf
Resources
- Article: Storing Date/Times in Databases: http://derickrethans.nl/storing-date-time-in-database.html
- Article: What Time is It Here?: http://derickrethans.nl/what-time-is-it.html
- Geonames: http://www.geonames.org/
- How much is time wrong around the world?: http://poisson.phc.unipi.it/~maggiolo/index.php/2014/01/how-much-is-time-wrong-around-the-world/
- My book: Date/Time Handling with PHP: http://phpdatebook.com/
- World timezones: http://www.worldtimezone.com/index24.php
Comments (through joind.in)
I live for this subject! I loved audience participation. I've enjoyed learning both what I can do and what I should do. Excellent delivery! Can't think of any improvements... would have liked a gif? Thank you!!!
Fantastic talk, great I sight into DateTimeImmutable especially as I've fallen into the trap of DateTime. I'm looking forward to Dericks next book. A bit of feedback is remembering what slides you have (the last one did sneak up), but otherwise thoroughly enjoyable
Very interesting and fun opening quiz. I really enjoyed the interesting date facts outside of a coding context. Very simple code examples and easy to follow. Possibly add a few more weird exceptions to look out for but appreciate time is difficult (dates too apparently!!)
Great talk and audience participation made it better!
Interesting to learn how much there is to dates and time in computing. Very informative, and has given me more to think about when working with time related code.
Great talk showing just how easily we can get a simple concept so wrong. Only comment would be the standardisation of the examples (when not illustrating boundaries) as I was easily confused when the baseline varied so much
Really comprehensive talk about Dates/DateTimes in PHP, with a lot of caveats and edge cases. Very knowledge speaker and the quiz was a great way to kickoff this talk. Was a pleasure and an honour to be sharing the stage tonight with Derick.
Really enjoyed the quiz, even if I never put my hand up as I was sure they were all trick questions! I'd have liked to have seen a bit more about the gotchas of storing and retrieving Dates, as that's the bit I've made the biggest mess of historically. Looking forward to the updated book's release on DateTimeImmutable("+1 year").
Really enjoyable talk. You made what could have been a dry topic very entertaining. Loved the quiz at the start. My only minor suggestion for improvement is I thought some of the slide transitions could have been done as you were explaining the steps rather than after. I thought this was a fantastic talk and I learnt lots about time and timezones.
Thanks again for the talk Derick, this morning I've been replacing my instances of DateTime with DateTimeImmutable, which is easier to understand... where $dt->modify() returns a new object, without effecting the current one (much better than having to clone, then modify).
This was such a fun and informative talk, thank you Derick! The quiz at the start was brilliant and was a great way to engage the audience. And then it was great to get a refresher on DateTime, all the quirks and weirdnesses and to learn about DateTimeImmutable! Looking forward to reading the updated book, good luck with it! As others said, sometimes you explained things ahead of the explanation on the slides which might have made those moments feel a bit "rushed through", but as you had a limited amount of time that was understandable (and, as a co-organiser, thank you for sticking to the schedule and not overrunning :D). Overall a great and well prepared talk!
I think the slides could do with quite a bit of work to improve the legibility of them. For quite a few of the slides the code was just way too small to read even when squinting. For the slides that had images on them, those images should be 100% of the screen width and height for people to have chance to see the details on them.