Skip to content

Conversation

@ryan-surname-p
Copy link

My primary goal here is to make it easy for me to calculate UNIX_EPOCH.

Technically the easiest way to do this would be to extract it from SystemTime's internal DateTime structure; that was my initial approach.

I opted instead to give SystemTime a similar look and feel to the standard library though I did take a bit of a shortcut with SystemTimeError(I'm not actually sure what would happen on overflow).

@ryan-surname-p
Copy link
Author

ryan-surname-p commented Dec 22, 2025

FWIW it builds/tests fine on MacOs after updating llvm

clang --version
Homebrew clang version 21.1.8
Target: arm64-apple-darwin24.5.0
Thread model: posix
InstalledDir: /opt/homebrew/Cellar/llvm/21.1.8/bin
Configuration file: /opt/homebrew/etc/clang/arm64-apple-darwin24.cfg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant