-
### Reproduction link
[https://github.com/juanma-rodriguez-nazaries/antd-timepicker-luxon-timezone](https://github.com/juanma-rodriguez-nazaries/antd-timepicker-luxon-timezone)
### Steps to repr…
-
### Problem Statement
The [cron](https://github.com/kelektiv/node-cron) package uses Luxon for time zones. This allows us to specify `system` to use the system timezone for example. Information about…
-
This reduces bundle size and gives us built in browser timezone and internationalization support
https://moment.github.io/luxon/#/tour
-
Dear
Starting from version 6.7.0, I'm getting a compilation error in my angular project using both packages @fortawesome/fontawesome-free version greater than 6.6.0 and package luxon (any version).
…
-
-
Need to transition off of moment and onto luxon.
-
**Description**
This is more a basic question than a bug.
I am following the [Node.js API docs](https://openapi-ts.dev/node) with the example of replacing `Date` and `DateTime`. I would like to…
-
**Describe the bug**
When using Luxon to create a date-time, the resulting value differs depending on whether the current system time is before or after Daylight Saving Time (DST). Specifically, if…
-
Hi Apoorv,
What a nice tool you have created! I'm wondering whether you have any plans for supporting Luxon?
Since the format tokens differ between Moment and Luxon, and the later has special me…
-
### What happened?
I have two properties, called updated and created which are both dates. If I use the function dateformat(updated, "dd MMM yy") then for most dates it shows a three character month …