Tomas Fagerbekk
Tomas Fagerbekk
I gave it a shot – would love to be able to run `cdk deploy` again with my stack ❤️
Here's our workaround for parsing `DateTime` type (from graphql-scalars) to `Date` and back. It works for our use case, but is less than ideal. https://gist.github.com/tomfa/849adb5b7037b9b23ba59bf0d73c801b
Here's a test we have that highlights this bug (if I read this issue right): ```ts // 3:30 AM in CEST (UTC+2) const immediatelyAfterDstChange = new Date('2022-03-27T01:30:00.000Z'); // Fails, returns...
Sounds like a good idea 👍 Do you want to take a stab at creating a PR for it?
> so, any suggestions on it? how you guys works with Date now? Timezones are difficult, maybe extra so in Javascript. ### An overview over what we (don't) do: |...