View Issue Details

IDProjectCategoryView StatusLast Update
0005795SOGoBackend Generalpublic2023-10-03 07:42
Reportermodir Assigned Toqhivert  
PrioritynormalSeverityminorReproducibilityhave not tried
Status acknowledgedResolutionopen 
Product Version5.8.3 
Summary0005795: parseTimeZone: cannot parse time notation 'GMT'
Description

Since I updated to 5.8.3 I see very often in the logs the following error message:

sogod[4222:4222] parseTimeZone: cannot parse time notation 'GMT'

GMT is for me a valid time notation. So why is this popping up? It looks like a bug to me.

TagsNo tags attached.

Activities

Waschbuesch

Waschbuesch

2023-10-03 07:00

reporter   ~0017331

I also see these on two installations running SOGo 5.9.0.

qhivert

qhivert

2023-10-03 07:41

administrator   ~0017332

Hello,
The log is from here -> https://github.com/Alinto/sope/blob/master/sope-mime/NGMime/NGMimeRFC822DateHeaderFieldParser.m#L164
Sope (aka sogo low level) seems to expect an offset in the timezone therefore the log. However the timezone should be correctly parsed as the default value for offset is 0.

We'll see if we add an exception for 'GMT' alone.

Issue History

Date Modified Username Field Change
2023-06-18 13:34 modir New Issue
2023-10-03 07:00 Waschbuesch Note Added: 0017331
2023-10-03 07:41 qhivert Note Added: 0017332
2023-10-03 07:42 qhivert Assigned To => qhivert
2023-10-03 07:42 qhivert Status new => acknowledged