module OFX::Configuration::DateParser

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.