FixInvalidUtcOffsetPreprocessor

Some servers modify UTC offsets in TZOFFSET(FROM,TO) like "+005730" to an invalid "+5730".

Rewrites values of all TZOFFSETFROM and TZOFFSETTO properties which match TZOFFSET_REGEXP so that an hour value of 00 is inserted.

Functions

Link copied to clipboard
open override fun fixString(original: String): String
Link copied to clipboard
fun preprocess(reader: Reader): Reader
Link copied to clipboard
open override fun regexpForProblem(): Regex