Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When it is necessary to compare the business date to an instant in time (now for example), first convert the instant into a LocalDate (thereby extracting just the date part from the timestamp), making a "best guess" about the timezone to use, and then compare. Rough steps for what timezone to use:

...