Skip to content

Remove time zone information from assertion in timeago tooltips spec

This allows the test to pass when your local time zone is different than UTC. "Date Format" JavaScript library uses a custom, non-standard format when displaying time zone part of the datetime. There is no point in trying to replicate this behavior in Ruby.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/26183

/cc @alfredo1

Merge request reports