Re: [otrs] [PATCH] OTRS Reports not accepting absolute date

2013-07-13 Thread Michiel Beijen
Hi, thanks for the notice. We fixed this a while back, in OTRS 3.2.5: https://github.com/OTRS/otrs/commit/47b002ac2cecac1bb1f381fddb5b9849bd87747f -- Mike On Wed, Jul 10, 2013 at 11:45 PM, Artis Caune wrote: > Hi OTRS, > > There is a bug in Kernel/Modules/AgentStats.pm which does not accept >

Re: [otrs] [PATCH] OTRS Reports not accepting absolute date

2013-07-11 Thread Gerald Young
If you want to submit a patch, might I suggest you submit a pull request via github? https://github.com/OTRS/otrs On Wed, Jul 10, 2013 at 5:45 PM, Artis Caune wrote: > Hi OTRS, > > There is a bug in Kernel/Modules/AgentStats.pm which does not accept > absolute dates when creating or editing rep

[otrs] [PATCH] OTRS Reports not accepting absolute date

2013-07-10 Thread Artis Caune
Hi OTRS, There is a bug in Kernel/Modules/AgentStats.pm which does not accept absolute dates when creating or editing reports/statistics: You will see something like this in user.log: [Error][Kernel::System::Time::TimeStamp2SystemTime][Line:208]: 2013-07-00 11:23:59 Here is patch: --- Kernel/M