- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Daylight savings issue
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 11:59 AM
03-18-2002 11:59 AM
I want to know the impact of the Daylight Saving time in the schedule of Omniback or cronjob (omniback schedule is drive by cron anyway).
I'm in the Eastern Time with daylight saving fu.. sh..
I know the two black hole that I job may not run at all if we add one hour and job can be run twice if we reduce an hour.
Please I want your opinion on that.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 12:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 12:25 PM
03-18-2002 12:25 PM
Re: Daylight savings issue
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 12:32 PM
03-18-2002 12:32 PM
Re: Daylight savings issue
Cron jobs will not be skipped in the Spring nor executed twice in the Fall. Cron handles that rather well.
There is a potential timing issue. Consider the following:
JobA is scheduled to run at 2:30 AM.
JobB is scheduled to run at 3:30 AM.
On the morning of the Spring time change, both jobs would actually be run at 3:30 AM. You can see where that could be an issue if JobB expects JobA being completed.
If JobA was scheduled for 2:45 AM, it would actually be executed after JobB (at 3:45 AM).
Just something to be aware of.
As Clay says, man cron. You can search the forums for other threads on this subject but the man page is the best thing to check.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 12:46 PM
03-18-2002 12:46 PM
Re: Daylight savings issue
But it won't work correctly in Quebec unless the local language is set to fr_FR.iso88591:
export LANG=fr_FR.iso88591
:-)) --> hehehe
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 05:05 PM
03-19-2002 05:05 PM
Re: Daylight savings issue
Check your system settings for correct time change information.
The time change information on your system are controlled by a file called /usr/lib/tztab.
The file /usr/lib/tztab has entries with time zone information for different areas all around the world. Where daylight saving applies,
the relevant entry will set the day and time when the system should adjust forward or back in accordance with local daylight saving procedures.
The tztab file relies on your system having the correct TZ variable set for
your area. Check your TZ variable with the 'echo' command.