Google calendar dates

I’m seeing a mix of calendar date formats coming back from google calendar. Is anyone aware of any changes that would impact date formats.

Alarm created a month or more ago
alarmtime=2017-02-21T08:00:00-06:00

Alarm created yesterday
alarmtime=2017-02-21T14:00:00Z

Possibly this?

https://github.com/home-assistant/home-assistant/pull/5227

They aren’t all day meetings, and notice that the alarm created yesterday didn’t have the timezone offset appended, just a letter Z.

I was talking more about this line:

    Fixes calendar timezone issues.

* Times from google are local. Now we treat them as local internally.

That’s the only thing I can see in the merged PRs that would change things. Honestly, I’ve never paid much attention to the timing in the sensor.

Sorry, I’m not using the sensor, I’m calling the API directly and setting off lights and such in the house when certain calendar events happen through Appdaemon

Ah, sorry man. I’ll see if I can find anything for you.

I went ahead and just wrote a function to build the format string on the fly depending on how the date is formatted. It will do, I was just wondering if there was something published about a change that I didn’t see.