Skip to content

ccusage / _consts / DEFAULT_LOCALE

Variable: DEFAULT_LOCALE

ts
const DEFAULT_LOCALE: "en-CA" = 'en-CA';

Default locale for date formatting (en-CA provides YYYY-MM-DD ISO format) Used consistently across the application for date parsing and display

Released under the MIT License.