This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Scott Watermasysk
scottw.com
did:plc:b7kocm3pfwklhmzh2axmfoel
I feel like I should have known this: Date precision on OS X is not entirely up to par with Linux.
ruby -e 'puts Time.now.strftime("%Y-%m-%d %H:%M:%S.%9N")'
docker run --rm ruby:alpine ruby -e 'puts puts Time.now.strftime("%Y-%m-%d %H:%M:%S.%9N")'
2025-02-07T14:29:58.060Z