mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-31 10:18:16 +00:00
small fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user