Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does updating an event's start time toggle the last modified flag in Legistar? #311

Open
hancush opened this issue Feb 17, 2020 · 0 comments

Comments

@hancush
Copy link
Collaborator

hancush commented Feb 17, 2020

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?

Related to #310.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant