Orange-OpenSource / Orange-OpenSource/its-client
python/mobility: ETSI EPOCH zero-timestamp can't be covnerted back to UNIX timestamp
Open
@ymorin-orange is already working on this.
Since Aug 18, 2026.
Python
- Dominant language
- Java
- Stars
- 19
- Forks
- 12
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 3
Description
What:
When the ETSI EPOCH zero-timestamp (zero, 0) is converted back to UNIX time, None is returned.
Expected:
The ETSI EPOCH zero-timestamp is converted back into the UNIX timestamp corresponding to 2004-01-01T00:00:00Z.
Note: it is not valid to convert an unknown timsteamp (i.e. None) in either direction. Indeed, the TimestampIts has no encoding that specifies it is unknown or unavailabe or whatever; it is always a valid timestamp.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.