Crates.io | bma-ts |
lib.rs | bma-ts |
version | 0.1.14 |
source | src |
created_at | 2024-03-01 00:17:53.046999 |
updated_at | 2024-08-18 03:14:09.46544 |
description | Bohemia Automation time library |
homepage | |
repository | https://github.com/alttch/bma-ts |
max_upload_size | |
id | 1158303 |
size | 30,307 |
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)