Sara Aguilar Olmo
Sara Aguilar Olmo
**Describe the bug** When I print the difference between dates from 1 month to 12 with this code: `console.log("dayjs("2021-01-01T00:00:00+00:00").from(dayjs("2022-01-01")))` `console.log("dayjs("2021-02-01T00:00:00+00:00").from(dayjs("2022-01-01")))` `console.log("dayjs("2021-03-01T00:00:00+00:00").from(dayjs("2022-01-01")))` `console.log("dayjs("2021-04-01T00:00:00+00:00").from(dayjs("2022-01-01")))` `console.log("dayjs("2021-05-01T00:00:00+00:00").from(dayjs("2022-01-01")))` `console.log("dayjs("2021-06-01T00:00:00+00:00").from(dayjs("2022-01-01")))` `console.log("dayjs("2021-07-01T00:00:00+00:00").from(dayjs("2022-01-01")))` `console.log("dayjs("2021-08-01T00:00:00+00:00").from(dayjs("2022-01-01")))` `console.log("dayjs("2021-09-01T00:00:00+00:00").from(dayjs("2022-01-01")))` `console.log(" dayjs("2021-10-01T00:00:00+00:00").from(dayjs("2022-01-01")))` `console.log("dayjs("2021-11-01T00:00:00+00:00").from(dayjs("2022-01-01")))`...