Problem/Motivation
The ScannerService from l10n_drupal_reset imports projects and releases from a releases.tsv file from drupal.org.
That file contains a date string for each release, which is in UTC.
However, ScannerService will import releases in the system timezone.
Steps to reproduce
Set a different system timezone, run connector scan
Expected: Same timestamps on imported releases.
Actual: Timestamps on releases will be different.
Proposed resolution
See MR.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork l10n_server-3592848
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
donquixote commentedComment #8
fmb commented