datamade / scrapers-us-municipal

Scrapers for US municipal governments.
MIT License
10 stars 8 forks source link

Does updating an event's start time toggle the last modified flag? #43

Closed hancush closed 4 years ago

hancush commented 4 years ago

We have evidence that this event had a start time of 13:00 as late at 2 a.m. UTC / 8 p.m. Central on 2/15, because our scraper failed due to the unexpected time format.

The event is now showing a start time of 1:00 PM, but the last modified date is before midnight the previous day, 2/14.

<GranicusEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LegistarWebAPI.Models.v1">
<EventAgendaFile>
https://metro.legistar1.com/metro/meetings/2020/2/1634_A_Finance%2C_Budget_and_Audit_Committee_20-02-19_Agenda.pdf
</EventAgendaFile>
<EventAgendaLastPublishedUTC>2020-02-14T23:49:59.013</EventAgendaLastPublishedUTC>
<EventAgendaStatusId>10</EventAgendaStatusId>
<EventAgendaStatusName>Final</EventAgendaStatusName>
<EventBodyId>139</EventBodyId>
<EventBodyName>Finance, Budget and Audit Committee</EventBodyName>
<EventComment i:nil="true"/>
<EventDate>2020-02-19T00:00:00</EventDate>
<EventGuid>136FB7A6-CB03-4580-906C-078C1792FE80</EventGuid>
<EventId>1634</EventId>
<EventInSiteURL>
https://metro.legistar.com/MeetingDetail.aspx?LEGID=1634&GID=557&G=A5FAA737-A54D-4A6C-B1E8-FF70F765FA94
</EventInSiteURL>
<EventItems/>
*****<EventLastModifiedUtc>2020-02-14T23:49:59.107</EventLastModifiedUtc>******
<EventLocation>
One Gateway Plaza, Los Angeles, CA 90012, 3rd Floor, Metro Board Room
</EventLocation>
<EventMinutesFile i:nil="true"/>
<EventMinutesLastPublishedUTC i:nil="true"/>
<EventMinutesStatusId>9</EventMinutesStatusId>
<EventMinutesStatusName>Draft</EventMinutesStatusName>
<EventRowVersion>AAAAAAEVdcw=</EventRowVersion>
<EventTime>1:00 PM</EventTime>
<EventVideoPath i:nil="true"/>
<EventVideoStatus>Public</EventVideoStatus>
</GranicusEvent>

This doesn't seem to add up?

hancush commented 4 years ago

Migrating this upstream.