typesystem icon indicating copy to clipboard operation
typesystem copied to clipboard

Precision for Time/Date/DateTime

Open lovelydinosaur opened this issue 7 years ago • 0 comments

We should support the following:

  • precision="minute"
  • precision="second"
  • precision="millisecond"
  • precision="microsecond"
  • precision="0.01" # Decimal.quantize style

lovelydinosaur avatar Feb 28 '19 11:02 lovelydinosaur