-
Notifications
You must be signed in to change notification settings - Fork 5
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
Bug: Odd timestamp #43
Comments
Resolved |
I note that the new API is now returning the index without a 'Z' suffix, while the old index has a 'Z'. (Also, the new API is missing some records and has different numbers for some records). |
Hi,
Thanks.
I've fixed the missing Z.
Pls give more info about the missing records and particularly different
numbers for some records.
Thanks
kind regards
Julian Briggs
…On Fri, 6 Dec 2024 at 21:57, gjlipman ***@***.***> wrote:
I note that the new API is now returning the index without a 'Z' suffix,
while the old index has a 'Z'. (Also, the new API is missing some records
and has different numbers for some records).
—
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APAUAON2UYOPTNKJCJJIFAL2EIMVRAVCNFSM6AAAAABTFAYOJWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRUGI2DQMBVG4>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
--
Julian Briggs
Research Software Development Manager
Sheffield Solar
Physics & Astronomy
University of Sheffield
I am currently working remotely.
My preferred method of contact is email.
My normal working hours are 07:00 - 17:00 Mon-Thu
|
Thanks @JulianBriggs |
Thanks - it looks like the missing rows and different values that I raised on Friday have corrected themselves (the values from the new api now match the values that the old api was giving us on Friday). However, if I run it now, for more recent periods (using the following snippet of code), while I get the same number of rows, I get a few different values for today. I'm guessing the new API maybe doesn't have as up to date data as the old api?
|
Im currently pulling
pvlive/api/v4/gsp/0?extra_fields=installedcapacity_mwp,capacity_mwp,updated_gmt&start=2024-12-06T15:00:00Z&end=2024-12-06T17:30:00Z&period=30
And i get back
which has some odd datestamps. I think i could be a mistake between %m and %M in the timestring
The text was updated successfully, but these errors were encountered: