export interface DialectFormat {
    dateTime: string;
    date: string;
    time: string;
}
