Oskar Ehnström
Oskar Ehnström
For anybody trying to use the `docker:stage` command in the Play Framework. We had this same issue and solved it by adding ``` stage in Docker := (stage in Docker).dependsOn(swagger).value...
I think I'm having the same issue. I also had `sunrise_time` and `sunset_time` set to static values and it seems that those values are not taking timezones into account, so...
> I haven't yet had a chance to look into this or do any testing...my understanding is that the time zone discrepancy is only an issue when `sunrise_time` and/or `sunset_time`...