Skip to content
  • Ryuta Kamizono's avatar
    907280dd
    Fix type cast with values hash for Date type · 907280dd
    Ryuta Kamizono authored
    `value_from_multiparameter_assignment` defined by
    `AcceptsMultiparameterTime` helper requires `default_timezone` method
    which is defined at `TimeValue` helper.
    Since `Date` type doesn't include `TimeValue`, I've extracted `Timezone`
    helper to be shared by `Date`, `DateTime`, and `Time` types.
    907280dd
    Fix type cast with values hash for Date type
    Ryuta Kamizono authored
    `value_from_multiparameter_assignment` defined by
    `AcceptsMultiparameterTime` helper requires `default_timezone` method
    which is defined at `TimeValue` helper.
    Since `Date` type doesn't include `TimeValue`, I've extracted `Timezone`
    helper to be shared by `Date`, `DateTime`, and `Time` types.
Loading