-
I cant use your plugin for my logs because many of my timestamps are unrecognized by your pattern matching.
They use one of many forms that belong to the standard ISO-8601 format, e.g.
`2024-11-…
-
Hi:
On v4.15.2 AuditScript.php script, clicking on any date field:
![image](https://github.com/user-attachments/assets/f59c3553-06d6-44c4-b9f1-5459f15ed758)
A) returns the error "unknown dat…
-
### Checklist
- [X] I searched existing issues and no one else requests similar feature.
- [X] I think that 25%+ users are positive towards this feature.
### Describe the feature
Currently there is…
-
When a date parsed with `into datetime` is given in DMY (date-month-year) format, it is parsed as MDY
```
~> '12-01-2001' | into datetime | format date '%d.%m.%Y'
01.12.2001
```
[The majority of …
-
Sync the date on the homepage to be in this format ( for 01/10/2024, it should be displayed as 1st October 2024)
-
My ClanChest Conditions are empty.
Conditions AND points are empty. At which file i may find them?
I have tried to restore Clanchests.db - no success
Thanks in advice
-
**Describe the solution you'd like**
In Notally, setting the creation date format to your preference adjusts the date view accordingly when viewing notes. However, opening a note always shows the ful…
-
### Body
As per this comment: https://github.com/apache/airflow/pull/43874#discussion_r1842333308, we need to add a date formatter in our new API test cases. This is because right now, we do somethin…
-
Currently the date for the timeline and repeating tasks use a "DD.MM" format while reminders use a "MM/DD" format.
Example:
![Screenshot_2024-07-14_10-28-29](https://github.com/user-attachments/ass…
-
There are different date formats used across the world. Right now SV UI implements MM/DD/YY which may easily be misinterpreted. Changing it to `YYYY-MM-DD` would make the date sortable and unambiguous…