tests/test-rtc: test retrieval of unix-time#20031
Conversation
aaab2b5 to
f31846c
Compare
647297e to
49c219c
Compare
|
added some comment informing the reader why the test might have failed |
|
thank you |
|
@Teufelchen1 mind to take another look at this? |
Teufelchen1
left a comment
There was a problem hiding this comment.
Looks still good to me
|
@kfessel Would you mind rebasing on current master to try to get the CI unstuck? |
49c219c to
254d133
Compare
|
@kfessel This test fails for me on current (note that it explicitly says "TZ not set, setting UTC" above) but |
|
@mguetschow i think the quetion is more about #20023 but i don't know why that happens: the docker run setsup you local time zone but the manpage of tzset() (POSIX) tzset(3) explicitly says that TZ is the prefered source of information -> the env/the injected env TZ should be the source a possible reason would be that TZ=UTC is read as a filespec and there is a very strange UTC description file in the docker container zoneinfo |
Contribution description
adds a test for unixtime conversion to our rtc function tests.
Testing procedure
Issues/PRs references
#20023