View Issue Details

IDProjectCategoryView StatusLast Update
0005795SOGoBackend Generalpublic2023-12-21 08:04
Reportermodir Assigned Toqhivert  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
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.

qhivert

qhivert

2023-12-17 11:52

administrator   ~0017506

Hello,
Could you try with the nightly tomorrow to see if this message spawns again?

modir

modir

2023-12-19 16:56

reporter   ~0017513

Hello,
I just installed the nightly. So far so good. I have it running now for a few minutes and the message is gone. I will close the ticket by the end of the week if the message is totally gone.

modir

modir

2023-12-20 21:57

reporter   ~0017516

In the last 24 hours I didn't get this message anymore. We can close this issue now.

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
2023-12-17 11:52 qhivert Note Added: 0017506
2023-12-17 11:52 qhivert Status acknowledged => feedback
2023-12-19 16:56 modir Note Added: 0017513
2023-12-19 16:56 modir Status feedback => assigned
2023-12-20 21:57 modir Note Added: 0017516
2023-12-21 08:04 qhivert Status assigned => closed
2023-12-21 08:04 qhivert Resolution open => fixed