small fixes

This commit is contained in:
Lennart K
2026-01-07 11:58:02 +01:00
parent 896e934c0a
commit a9f3833a32
8 changed files with 23 additions and 5612 deletions

View File

@@ -2,9 +2,7 @@ use chrono::{DateTime, NaiveDateTime, Utc};
use derive_more::derive::Deref;
use rustical_xml::{ValueDeserialize, ValueSerialize};
const LOCAL_DATE_TIME: &str = "%Y%m%dT%H%M%S";
const UTC_DATE_TIME: &str = "%Y%m%dT%H%M%SZ";
pub const LOCAL_DATE: &str = "%Y%m%d";
#[derive(Debug, thiserror::Error, PartialEq, Eq)]
pub enum CalDateTimeError {