| The main() method calculates the epoch offsets used by the
UniversalTimeScale class.
The calculations are done using an ICU Calendar object. The first step is
to calculate the Universal Time Scale's epoch date. Then the epoch offsets are calculated
by calculating each epoch date, subtracting the universal epoch date from it, and converting
that value to ticks.
Parameters: args - - the command line arguments. |