``` #pragma endian big std::time::EpochTime epoch = std::time::epoch(); std::time::Time t = std::time::to_utc(epoch); std::print("{}, {}", epoch, t); ``` Prints "Invalid", because the bitpacking [here](https://github.com/WerWolv/PatternLanguage/blob/master/lib/source/pl/lib/std/time.cpp#L14) doesn't take endianness into account correctly.