|
next_lunar <- strftime(x = with_tz(ymd_hms(paste(swephR::swe_jdet_to_utc(when_lunar$tret[1], 1), |
|
sep = "-", collapse = "-")), tzone = "America/New_York"), |
|
format = "%B %d, %Y at %I:%M%p %Z") |
when deployed to server, this always is coming back as UTC timezone. doesn't happen in other webapp.
eclipse/shiny_next_eclipse/app.R
Lines 154 to 156 in 9fdb1c0
when deployed to server, this always is coming back as UTC timezone. doesn't happen in other webapp.