Skip to content

The presentation of date/time data types needs some polishing #77

Closed
@sommarskog

Description

@sommarskog

I would guess this is on a to-do-list, but I file it never the less.

The presentation of datetime values is a little funny as demonstrated by the screenshot below.

  • For datetime, +00 is added if the fraction is 0.
  • For datetime, no trailing zero is printed when last digit in fraction is 0.
  • For date, hours and minutes are printed.
  • For datetime2 a +0000 UTC is added that should not be there.
  • For datetime2(3) .000 is not printed.
  • For time a date of 0000-01-01 is added. Likewise a time zone which should be there is added.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions