-
It is difficult to use datediff in a robust manner. For example, dates that are obviously invalid are still accepted:
```
$ dateutils.ddiff 2024-1x-k3 2024-01-02
2
```
That happens even if …
rdiez updated
1 month ago
-
# Technical info
## MSSQL Extension Version:
> Name: SQL Server (mssql)
> Id: ms-mssql.mssql
> Version: 1.26.0
## VSCode Version:
> Version: 1.95.3 (user setup)
> Commit: f1a4fb101478ce6ec82fe9627c4…
-
Hey guys, I'm new in this project and I want to contribute by doing the DateDiff rule. But I noticed that we don't have any of differentiation rule.
What do you guys think about creating a new Core…
-
There is a `sqlite__datediff_broken` macro that needs to be fixed, more fully implemented, renamed, and tested.
-
Hello,
The MySQLDbFunctionsExtensions class has support for many of the specific date difference operations that MySql supports through its function TIMESTAMPDIFF(TIME_UNIT, startDate,endDate), but…
-
If i calculate the time difference between 2 datetime objects, the result is incorrect. Here an example:
import arrow
start = arrow.get('28.04.2022 14:00','DD.MM.YYYY HH:mm' )
end = arrow.now…
-
Hello.My name is Denis.
I've have some problem.I'll need create table via fluentmigrator.Below show sql script,for create this table.
I use SQL Server 2014, FluentMigrator v3.2 .
In code i also …
-
I expected the second one to give a negative duration.
```
pi@pi0w:~/bin $ dateutils.ddiff 2024-09-26T18:00:00-05:00 2024-09-26T19:33:07-0500 -f '%Y years %m months %w weeks %d days %H hours %M …
-
Calculating various kinds of differences between two days is absolutely necessary in my line of work.
My suggestion is that `DATEDIF` function provided by major spreadsheets should be developed fo…
-
Is there a datediff function in sql plug in, which can provide the number of days between 2 dates ?