posit-dev / posit-dev/connectapi
get_variant_schedule always reports next run as UTC (even if schedule is set-up in different time-zone)
Nessuno ha ancora preso questa issue.
- Lingua principale
- R
- Stelle
- 54
- Fork
- 27
- Merge medio
- 1g 3m
- PR unite (30g)
- 1
Descrizione
Dear,
While I am aware that the get_variant_schedule is still to be considered experimental, I would like to report a potential bug to help improve it.
Problem description
Currently, if a schedule is set in, for example, GMT+2 (Brussels, CEST), the output of get_variant_schedule(variant)$schedule_data$next_run is reported as: "2022-09-13T14:05:19Z" (i.e. being "Zulu" time or UTC).
Parsing with as.POSIXct leads to the time being recognized as UTC. This is incorrect, since it is actually should read: "2022-09-13T14:05:19+02:00" to be correct (and ISO8601 compliant).
Alternatively, the time could be given in UTC as well, but then should be substracted by 2 h (in this case): "2022-09-13T12:05:19Z"
Reprex
Hard to provide a code reprex, since I mostly use the GUI to set a schedule. The following steps should be sufficient to reproduce.
- Deploy an Rmarkdown document that can generate scheduled output to Rstudio connect
- Set the schedule in a timezone other than UTC
- Query the published item using
item <- connectapi::content_item - Get the item's default variant using
default_variant <- connectapi::get_variant_default(item) - Get the default variant's schedule using
default_schedule <- connectapi::get_variant_schedule(own_default_variant) - Inspect the output of
default_schedule$schedule_data$next_run
Session information
- R 4.2.1
- RStudio connect 2022.07.0
- connectapi 0.1.1.1
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Inizia dal punto di ingresso get_variant_schedule e segui come viene analizzato o formattato schedule_data$next_run. Riproduci il problema creando una pianificazione in un fuso orario non UTC, quindi esamina il timestamp restituito; il lavoro è completato quando l’offset del fuso orario e l’istante sono rappresentati correttamente.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- r
- Ambito
- api
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100