Message231971
> I've provide the direct quote from *C* standard ...
I understand that C standard uses the word "encoding", but it does so for a reason that is completely unrelated to the choice of epoch. "Encoding" is how the bytes in memory should be interpreted as "number of seconds" or some other notion of time. For, example "two's complement little-endian 32-bit signed int" is an example of valid time_t encoding, another example would be IEEE 754 big-endian 64-bit double. Note that these choices are valid for both C and POSIX standards.
If you google for your phrase "time in POSIX encoding", this issue is the only hit. This strongly suggests that your choice of words is not the most natural. |
|
Date |
User |
Action |
Args |
2014-12-02 00:38:57 | belopolsky | set | recipients:
+ belopolsky, cvrebert, docs@python, akira |
2014-12-02 00:38:57 | belopolsky | set | messageid: <1417480737.76.0.402866431002.issue22356@psf.upfronthosting.co.za> |
2014-12-02 00:38:57 | belopolsky | link | issue22356 messages |
2014-12-02 00:38:57 | belopolsky | create | |
|