-
#### Expected Behaviour
Seconds should always be 2 characters.
#### Actual Behaviour
Sometimes the seconds are only shown as 1 character.
#### Steps to reproduce:
1. Click into a datetime fie…
-
The datetime.strptime() function is used incorrectly with a format string that doesn’t match the provided date string format. The date and time separator in the input string is incorrect (: instead of…
-
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
in ()
5
6 # The v20 api handle…
-
### Describe the Bug
Queries using $NOW (in my case filter with field _gt $NOW) lead to the following mariadb warning:
Truncated incorrect datetime value: '2023-05-16T22:33:06.412Z'
while thi…
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
1. Clicking clear doesn't clear
2. Clear hover styling doesn't match rest of UI
3. Too many clicks to interact with this element. I think for most users, using the interactive calendar will be the m…
-
recentactivity datetime NOT NULL
if I do
$this->info = account\models\user\Info::find_by_email($this->data['USRIE'])
ActiveRecord\DateTime::$DEFAULT_FORMAT = 'db';
$this->info->recentact…
-
When calling `/api/packages/{package}/{version}/info` via the API I see dates in the correct ISO-8601 format like `2013-04-17T09:38:57Z`, but when calling `/api/packages/{package}/info` the time zone …
-
Hello, I'm getting the following error when getting a launch. We just updated our ReportPortal.Shared nuget from 3.7.0 to 3.9.0 after upgrading ReportPortal from 23.1 to 24.2.
```
System.Text.Json…
-
ALL timedates should have their timezone attached! This is non-negotiable if we want this to work at all outside CET/CEST. I'm not even sure if we're not assuming GMT instead in some places. tbqh the …