Sah-Schemas-Date 0.019 Latest
Kwalitee Issues
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: Sah::SchemaR::date::day, Sah::SchemaR::date::dow_name::en, Sah::SchemaR::date::dow_num, Sah::SchemaR::date::dow_nums, Sah::SchemaR::date::hour, Sah::SchemaR::date::minute, Sah::SchemaR::date::month::en, Sah::SchemaR::date::month_name::en, Sah::SchemaR::date::month_num, Sah::SchemaR::date::month_nums, Sah::SchemaR::date::second, Sah::SchemaR::date::year, Sah::SchemaR::datetime::default_end_of_last_month_local, Sah::SchemaR::datetime::default_end_of_last_month_utc, Sah::SchemaR::datetime::default_end_of_yesterday_local, Sah::SchemaR::datetime::default_end_of_yesterday_utc, Sah::SchemaR::datetime::default_start_of_this_month_local, Sah::SchemaR::datetime::default_start_of_this_month_utc, Sah::SchemaR::datetime::default_start_of_today_local, Sah::SchemaR::datetime::default_start_of_today_utc
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: Sah::Schema::date::day, Sah::Schema::date::dow_name::en, Sah::Schema::date::dow_num, Sah::Schema::date::dow_nums, Sah::Schema::date::hour, Sah::Schema::date::minute, Sah::Schema::date::month::en, Sah::Schema::date::month_name::en, Sah::Schema::date::month_num, Sah::Schema::date::month_nums, Sah::Schema::date::second, Sah::Schema::date::tz_name, Sah::Schema::date::tz_offset, Sah::Schema::date::tz_offset_lax, Sah::Schema::date::year, Sah::Schema::datetime::default_end_of_last_month_local, Sah::Schema::datetime::default_end_of_last_month_utc, Sah::Schema::datetime::default_end_of_yesterday_local, Sah::Schema::datetime::default_end_of_yesterday_utc, Sah::Schema::datetime::default_start_of_this_month_local, Sah::Schema::datetime::default_start_of_this_month_utc, Sah::Schema::datetime::default_start_of_today_local, Sah::Schema::datetime::default_start_of_today_utc, Sah::SchemaR::date::day, Sah::SchemaR::date::dow_name::en, Sah::SchemaR::date::dow_num, Sah::SchemaR::date::dow_nums, Sah::SchemaR::date::hour, Sah::SchemaR::date::minute, Sah::SchemaR::date::month::en, Sah::SchemaR::date::month_name::en, Sah::SchemaR::date::month_num, Sah::SchemaR::date::month_nums, Sah::SchemaR::date::second, Sah::SchemaR::date::tz_name, Sah::SchemaR::date::tz_offset, Sah::SchemaR::date::tz_offset_lax, Sah::SchemaR::date::year, Sah::SchemaR::datetime::default_end_of_last_month_local, Sah::SchemaR::datetime::default_end_of_last_month_utc, Sah::SchemaR::datetime::default_end_of_yesterday_local, Sah::SchemaR::datetime::default_end_of_yesterday_utc, Sah::SchemaR::datetime::default_start_of_this_month_local, Sah::SchemaR::datetime::default_start_of_this_month_utc, Sah::SchemaR::datetime::default_start_of_today_local, Sah::SchemaR::datetime::default_start_of_today_utc, Sah::Schemas::Date
Modules
Name | Abstract | Version | View |
---|---|---|---|
Data::Sah::Coerce::perl::To_int::From_str::convert_en_dow_name_to_num | Convert English day-of-week name (e.g. su, MON, Tuesday) to number (1-7, 1=Monday) | 0.019 | metacpan |
Data::Sah::Coerce::perl::To_int::From_str::convert_en_month_name_to_num | Convert English month name (e.g. Dec, april) to number (1-12) | 0.019 | metacpan |
Data::Sah::Coerce::perl::To_int::From_str::tz_offset_strings | Convert timezone offset strings like UTC-500, UTC, or UTC+12:30 to number of offset seconds from UTC | 0.019 | metacpan |
Perinci::Sub::XCompletion::date_dow_num | Generate completion for date::dow_num | 0.019 | metacpan |
Perinci::Sub::XCompletion::date_dow_nums | Generate completion for date::dow_nums | 0.019 | metacpan |
Perinci::Sub::XCompletion::date_month_num | Generate completion for date::month_num | 0.019 | metacpan |
Perinci::Sub::XCompletion::date_month_nums | Generate completion for date::month_nums | 0.019 | metacpan |
Sah::Schema::date::day | Day of month (1-31), e.g. 17 | 0.019 | metacpan |
Sah::Schema::date::dow_name::en | Day-of-week name (abbreviated or full, in English), e.g. "su" or "Monday" | 0.019 | metacpan |
Sah::Schema::date::dow_num | Day-of-week number (1-7, 1=Monday, like DateTime), coercible from English day-of-week name (Mo/mon/MONDAY), e.g. 1 or "Mon" | 0.019 | metacpan |
Sah::Schema::date::dow_nums | Array of required date::dow_num (day-of-week, 1-7, 1=Monday, like DateTime, with coercions), e.g. [1,3,5] | 0.019 | metacpan |
Sah::Schema::date::hour | Hour of day (0-23), e.g. 12 | 0.019 | metacpan |
Sah::Schema::date::minute | Minute of hour (0-59), e.g. 30 | 0.019 | metacpan |
Sah::Schema::date::month::en | Month number/name (abbreviated or full, in English), e.g. 1 or "jan" or "September" | 0.019 | metacpan |
Sah::Schema::date::month_name::en | Month name (abbreviated or full, in English), e.g. "jan" or "September" | 0.019 | metacpan |
Sah::Schema::date::month_num | Month number, coercible from English month names (Dec/DECEMBER), e.g. 2 or "Feb" | 0.019 | metacpan |
Sah::Schema::date::month_nums | Array of required month numbers (1-12, with coercions), e.g. [6,12] | 0.019 | metacpan |
Sah::Schema::date::second | Second of minute (0-60), e.g. 39 | 0.019 | metacpan |
Sah::Schema::date::tz_name | Timezone name (validity not checked), e.g. "Asia/Jakarta" | 0.019 | metacpan |
Sah::Schema::date::tz_offset | Timezone offset in seconds from UTC (only known offsets are allowd, coercible from string), e.g. 25200 or "+07:00" | 0.019 | metacpan |
Sah::Schema::date::tz_offset_lax | Timezone offset in seconds from UTC (any offset is allowed, coercible from string), e.g. 1 or 25200 e.g. "UTC+7" | 0.019 | metacpan |
Sah::Schema::date::year | Year number (AD, starting from 1), e.g. 2022 | 0.019 | metacpan |
Sah::Schema::datetime::default_end_of_last_month_local | Datetime with default of end of last month (23:59:59/60), local time | 0.019 | metacpan |
Sah::Schema::datetime::default_end_of_last_month_utc | Datetime with default of end of last month (23:59:59/60), UTC | 0.019 | metacpan |
Sah::Schema::datetime::default_end_of_yesterday_local | Datetime with default of end of yesterday (23:59:59/60), local time | 0.019 | metacpan |
Sah::Schema::datetime::default_end_of_yesterday_utc | Datetime with default of end of yesterday (23:59:59/60), UTC | 0.019 | metacpan |
Sah::Schema::datetime::default_start_of_this_month_local | Datetime with default of start of this month (00:00:00 day 1), local time | 0.019 | metacpan |
Sah::Schema::datetime::default_start_of_this_month_utc | Datetime with default of start of this month (00:00:00 day 1), UTC | 0.019 | metacpan |
Sah::Schema::datetime::default_start_of_today_local | Datetime with default of start of today (00:00:00), local time | 0.019 | metacpan |
Sah::Schema::datetime::default_start_of_today_utc | Datetime with default of start of today (00:00:00), UTC | 0.019 | metacpan |
Sah::SchemaR::date::day | Day of month (1-31), e.g. 17 | 0.019 | metacpan |
Sah::SchemaR::date::dow_name::en | Day-of-week name (abbreviated or full, in English), e.g. "su" or "Monday" | 0.019 | metacpan |
Sah::SchemaR::date::dow_num | Day-of-week number (1-7, 1=Monday, like DateTime), coercible from English day-of-week name (Mo/mon/MONDAY), e.g. 1 or "Mon" | 0.019 | metacpan |
Sah::SchemaR::date::dow_nums | Array of required date::dow_num (day-of-week, 1-7, 1=Monday, like DateTime, with coercions), e.g. [1,3,5] | 0.019 | metacpan |
Sah::SchemaR::date::hour | Hour of day (0-23), e.g. 12 | 0.019 | metacpan |
Sah::SchemaR::date::minute | Minute of hour (0-59), e.g. 30 | 0.019 | metacpan |
Sah::SchemaR::date::month::en | Month number/name (abbreviated or full, in English), e.g. 1 or "jan" or "September" | 0.019 | metacpan |
Sah::SchemaR::date::month_name::en | Month name (abbreviated or full, in English), e.g. "jan" or "September" | 0.019 | metacpan |
Sah::SchemaR::date::month_num | Month number, coercible from English month names (Dec/DECEMBER), e.g. 2 or "Feb" | 0.019 | metacpan |
Sah::SchemaR::date::month_nums | Array of required month numbers (1-12, with coercions), e.g. [6,12] | 0.019 | metacpan |
Sah::SchemaR::date::second | Second of minute (0-60), e.g. 39 | 0.019 | metacpan |
Sah::SchemaR::date::tz_name | Timezone name (validity not checked), e.g. "Asia/Jakarta" | 0.019 | metacpan |
Sah::SchemaR::date::tz_offset | Timezone offset in seconds from UTC (only known offsets are allowd, coercible from string), e.g. 25200 or "+07:00" | 0.019 | metacpan |
Sah::SchemaR::date::tz_offset_lax | Timezone offset in seconds from UTC (any offset is allowed, coercible from string), e.g. 1 or 25200 e.g. "UTC+7" | 0.019 | metacpan |
Sah::SchemaR::date::year | Year number (AD, starting from 1), e.g. 2022 | 0.019 | metacpan |
Sah::SchemaR::datetime::default_end_of_last_month_local | Datetime with default of end of last month (23:59:59/60), local time | 0.019 | metacpan |
Sah::SchemaR::datetime::default_end_of_last_month_utc | Datetime with default of end of last month (23:59:59/60), UTC | 0.019 | metacpan |
Sah::SchemaR::datetime::default_end_of_yesterday_local | Datetime with default of end of yesterday (23:59:59/60), local time | 0.019 | metacpan |
Sah::SchemaR::datetime::default_end_of_yesterday_utc | Datetime with default of end of yesterday (23:59:59/60), UTC | 0.019 | metacpan |
Sah::SchemaR::datetime::default_start_of_this_month_local | Datetime with default of start of this month (00:00:00 day 1), local time | 0.019 | metacpan |
Sah::SchemaR::datetime::default_start_of_this_month_utc | Datetime with default of start of this month (00:00:00 day 1), UTC | 0.019 | metacpan |
Sah::SchemaR::datetime::default_start_of_today_local | Datetime with default of start of today (00:00:00), local time | 0.019 | metacpan |
Sah::SchemaR::datetime::default_start_of_today_utc | Datetime with default of start of today (00:00:00), UTC | 0.019 | metacpan |
Sah::Schemas::Date | Sah schemas related to date | 0.019 | metacpan |