Dekkonot / bitbuffer

A binary stream module for packing binary data in pure Lua
https://dekkonot.github.io/bitbuffer/
MIT License
44 stars 11 forks source link

Added DateTime. #28

Closed howmanysmall closed 3 years ago

howmanysmall commented 4 years ago

Added DateTime support. Saves a DateTime in the most efficient format, saving it to 7 characters versus 21 characters as a terminated string.

howmanysmall commented 4 years ago

That's how I had it initially I think, I can do that though.