Hi Robert,
If for you, they are the same value, then splitting them up in a date and time is an option.
Can I deduce that the OCR software scraping this info from the tax receipt is running in the browser ? Otherwise (running on server), the face value would be saved.
But think carefully if they really are the same. Is there never a need to have them in real chronological order / all in same timezone (accounting, reporting,...) For that type of application, they really are not the same.
In other words, what functionality makes use of this information, other than displaying as accurately as possible what is on the receipt.
I would imagine that you maybe need both at different times in the application, you could store both, or you could store either one of them along with the location/timezone the receipt happened in (as Joao suggested), allowing converting to the other when needed.
Dorine