Searched refs:strftime (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/scripts/ci/ |
D | version_mgr.py | 80 date = pdate.strftime("%b %d %Y %H:%M:%S") 110 today = datetime.now().strftime('%Y-%m-%dT%H:%M:%S.%f') 116 wday = datetime.today().strftime('%A')
|
/Zephyr-latest/scripts/ci/stats/ |
D | merged_prs.py | 115 prj['updated'] = pr.updated_at.strftime("%Y-%m-%d %H:%M:%S") 116 prj['created'] = pr.created_at.strftime("%Y-%m-%d %H:%M:%S") 117 prj['closed'] = pr.closed_at.strftime("%Y-%m-%d %H:%M:%S")
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/src/ |
D | main.c | 25 bp += strftime(bp, bpe - bp, "%Y-%m-%d %H:%M:%S", tp); in format_time() 29 bp += strftime(bp, bpe - bp, " %a %j", tp); in format_time()
|
/Zephyr-latest/subsys/logging/ |
D | log_output.c | 185 strftime(time_str, sizeof(time_str), "%FT%T", &tm_timestamp); in timestamp_print() 218 strftime(time_str, sizeof(time_str), "%F %T", &tm_timestamp); in timestamp_print() 238 strftime(time_str, sizeof(time_str), "%FT%T", &tm_timestamp); in timestamp_print()
|
/Zephyr-latest/scripts/coccinelle/ |
D | symbols.txt | 194 strftime
|
/Zephyr-latest/scripts/west_commands/ |
D | patch.py | 501 "date": cm.commit.author.date.strftime("%Y-%m-%d"), 518 "date": pr.created_at.strftime("%Y-%m-%d"),
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | train.py | 32 logdir = "logs/scalars/" + datetime.datetime.now().strftime("%Y%m%d-%H%M%S")
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 954 my $date = POSIX::strftime("%Y%m%d%H%M",
|