Bug 1250600

Summary: cron doesn't notice timezone changes
Product: [Fedora] Fedora Reporter: Jason Merrill <jason>
Component: cronieAssignee: Ondřej Pohořelský <opohorel>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mmaslano, tmraz
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jason Merrill 2015-08-05 14:20:01 UTC
Description of problem:
When my laptop changes timezone, cron jobs continue to run as though it was still in the old timezone.

Version-Release number of selected component (if applicable):
cronie-1.4.12-5.fc22.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Use 'crontab' to add job to run at specific time.  Mine is:

45 7 * * * $HOME/bin/aup > $HOME/aup.out 2>&1

2. Change the time zone in Settings.

Actual results:
Job runs at specified time in old timezone.

Expected results:
Job runs at specified time in current timezone.

Additional info:

Comment 1 Tomas Mraz 2015-08-05 14:49:18 UTC
Is this a regression? As it is probably not I'd say this is a feature request. You need to restart the crond to notice the timezone change.