Ticket #460 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Mediamosa date-search has timezone problems

Reported by: Michiel.Schok Owned by: Michiel.Schok
Priority: major Milestone: MediaMosa 2.3
Component: Core Version:
Keywords: Cc:
MoSCoW: none Estimated time after impact analysis:
Related to project: none Tested: no
Accepted: no Estimated Hours: 0

Description

When issuing the query

 asset?cql=((date>="09-12-2010+00:00:00")+AND+(date<="09-12-2010+23:59:59"))

I get in the respons three assets with a date-field of another day:

<date>2010-12-10 00:00:00</date>

Change History

Changed 2 years ago by Michiel.Schok

Not only with <date>, but also filter on the <videotimestamp> returns wrong asses (possibly due to timezone problems).

Changed 2 years ago by robert

asset?cql=((date&gt;="09-12-2010+00:00:00")+AND+(date&lt;="09-12-2010+23:59:59"))

Just a minor note that using 09-12-2010 00:00:00 is incorrect and will return wrong assets. Use datetime in format of YYYY-MM-DD HH:MM:SS. This however not the cause of the reported problem.

Changed 2 years ago by Frans

Issue will be fixed in 2.3 under the VP-Core track ticket #236

Changed 2 years ago by robert

Fixed, in MediaMosa 2.3.7 build 1301.

Changed 2 years ago by robert

  • status changed from new to closed
  • resolution set to fixed

Changed 2 years ago by robert

  • status changed from closed to reopened
  • resolution fixed deleted

Changed 2 years ago by robert

  • owner set to Michiel.Schok
  • status changed from reopened to assigned

Changed 2 years ago by robert

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.