lp:~meribold/testflinger-cli

Owned by Lukas Waymann
Get this repository:
git clone https://git.launchpad.net/~meribold/testflinger-cli
Only Lukas Waymann can upload to this repository. If you are Lukas Waymann please log in for upload directions.

Branches

Name Last Modified Last Commit
master 2020-11-02 16:01:37 UTC
Merge #393165 from ~meribold/testflinger-cli:fix-incorrect-submission-dates

Author: PMR
Author Date: 2020-11-02 16:01:37 UTC

Merge #393165 from ~meribold/testflinger-cli:fix-incorrect-submission-dates

fix-incorrect-submission-dates 2020-11-02 09:13:00 UTC
Fix `testflinger-cli jobs` giving incorrect submission dates

Author: Lukas Waymann
Author Date: 2020-11-02 08:57:14 UTC

Fix `testflinger-cli jobs` giving incorrect submission dates

Use "%d" instead of "%m". The latter is the month as a number whereas
the former is the day of the month as a number.

Before:

    $ testflinger-cli jobs
    Job ID Submission Time Queue
    -------------------------------------------------------------------------------
    7e6ed931-a3aa-4aa9-8d4c-fbe96e3e1a17 Mon Nov 11 16:45 cert-rpi4b4g-cs

Note that both "Nov" and "11" refer to the month here. After:

    $ testflinger-cli jobs
    Job ID Submission Time Queue
    -------------------------------------------------------------------------------
    7e6ed931-a3aa-4aa9-8d4c-fbe96e3e1a17 Mon Nov 02 16:45 cert-rpi4b4g-cs

https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes

12 of 2 results
This repository contains Public information 
Everyone can see this information.

Subscribers