-
#### Expected behaviour
Export images are the same despite how many times I press 'Preview' button
#### Actual behaviour
Results are different
This is the first run:
![image](https://github.c…
-
Hi, guys
I'm living in Norway, which is in the Central European Timezone (CET). CET has Daylight Saving Time. That means that we move one hour forward at 2 o'clock the last Sunday in March, and we …
jonmd updated
4 years ago
-
## CVE-2022-31129 - High Severity Vulnerability
Vulnerable Library - moment-2.29.1.tgz
Parse, validate, manipulate, and display dates
Library home page: https://registry.npmjs.org/moment/-/moment-2.…
-
Some times (like the submission time) should be presented to the user in the user's timezone, but others (like the data being ingested, or the plots in the dash apps) should be presented to the user i…
-
Hey, @bramdevries
I saw your tweet about the errors you received on chato.ps. We've tweeted you back, but here's a little extra help. If you add the following yaml data, into a chatops.yaml file at …
-
We need to address how dates are displayed in the site. Right now all dates are displayed in UTC timezone. It would be good to display date values in local time zones. Here are a couple of ways we cou…
-
For glooko, a timezone offset needs to be configured in order for the records to correctly show up in nightscout.
However, in a lot of regions, the timezone offset changes by +/-1 hour depending on …
-
### Describe the bug
Using the `::timestamp` (or CAST()) function strips timezone information.
### To Reproduce
```
DataFusion CLI v40.0.0
> select arrow_typeof(now()) as tz;
+------------------…
-
Will you be adding the airport timezone to your data?
-
I have a TZDateTime which I happen to know is in EST. My local time zone is CST. If I call toLocal() I get my date in UTC. How can I convert it to the local time zone so that I can properly display…