Fix character counting on /look. Initial support for jumping over DST boundaries

This commit is contained in:
jude
2022-11-20 12:20:10 +00:00
parent e9792e6322
commit 6e087bd2dd
6 changed files with 571 additions and 495 deletions

View File

@ -14,7 +14,7 @@ regex = "1.6"
log = "0.4"
env_logger = "0.9"
chrono = "0.4"
chrono-tz = { version = "0.6", features = ["serde"] }
chrono-tz = { version = "0.8", features = ["serde"] }
lazy_static = "1.4"
num-integer = "0.1"
serde = "1.0"