Module: OFX::Configuration::DateParser

Included in:
Base::Builder
Defined in:
lib/ofx_kit/configuration/date_parser.rb

Overview

Mixin included by Base::Builder to parse OFX date strings into Time objects. Handles the two formats found in OFX files (YYYYMMDD and YYYYMMDDHHMMSS), stripping any timezone suffixes (e.g. +[05:30]) before parsing.