In certain situations, it is convenient to store time offsets as dates (using new Date(0) as a reference.), e.g. to hold timezone offsets.
It would be nice to have TimeItem render negative offsets appropriately such that a user can input something like -04:00. Currently, this reverts back to 00:00.
It would be nice to have TimeItem render negative offsets appropriately such that a user can input something like -04:00. Currently, this reverts back to 00:00.
Comment