| Crates.io | bma-ts |
| lib.rs | bma-ts |
| version | 0.1.15 |
| created_at | 2024-03-01 00:17:53.046999+00 |
| updated_at | 2025-01-14 18:21:42.70572+00 |
| description | Bohemia Automation time library |
| homepage | |
| repository | https://github.com/alttch/bma-ts |
| max_upload_size | |
| id | 1158303 |
| size | 30,385 |
serde Serialization/deserialization with serde
chrono conversion between chrono types, also required to parse/deserialize strings from human-readable times
sqlx encoding/decoding for sqlx
as-float-secs a legacy feature: the default Timestamp de/serialization and string parsing is to/from float seconds (including integers)
Sqlite: INTEGER (nanoseconds)
PostgreSQL: TIMESTAMPTZ/TIMESTAMP
Sqlite: INTEGER (nanoseconds)
PostgreSQL: BIGINT (nanoseconds)