Lascorbe / CocoaConferences

List of Cocoa conferences for iOS & macOS developers
http://cocoaconferences.com
1.11k stars 135 forks source link

Update conferences.yml dates to always have a 2 digit day. #309

Closed jeroenleenarts closed 10 months ago

jeroenleenarts commented 10 months ago

This fixes the issue noted by @stuffmc on the Do iOS entry.

https://mastodon.social/@stuffmc/110983047549321438

Turns out it was a simple issue related to the day components having a single digit.

I checked all month values too, they are all 2 digits.

Format of start and end HAS to be YYYY-MM-DD

Lascorbe commented 10 months ago

thank you for taking the time to look into this @jeroenleenarts!