Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2135722 - While scheduling Remote execution job using hammer cli, the job scheduled actually runs at UTC time instead of server's own timezone.
Summary: While scheduling Remote execution job using hammer cli, the job scheduled act...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Hammer
Version: 6.11.3
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: 6.14.0
Assignee: Adam Ruzicka
QA Contact: Peter Ondrejka
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-10-18 09:25 UTC by Mohit Kushwah
Modified: 2023-11-08 14:18 UTC (History)
5 users (show)

Fixed In Version: hammer-cli-3.7.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-11-08 14:18:02 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 36418 0 Normal New Datetime normalizer assumes UTC instead of honoring system's TZ 2023-05-19 11:37:30 UTC
Red Hat Issue Tracker SAT-17822 0 None None None 2023-05-19 11:41:23 UTC
Red Hat Knowledge Base (Solution) 5973061 0 None None None 2023-07-19 12:55:53 UTC
Red Hat Product Errata RHSA-2023:6818 0 None None None 2023-11-08 14:18:20 UTC

Internal Links: 2015344

Description Mohit Kushwah 2022-10-18 09:25:15 UTC
Description of problem:

While scheduling Remote execution job using hammer cli, the job scheduled actually runs at UTC time instead of server's own timezone(Default Timezone in satellite).

Version-Release number of selected component (if applicable):

Satellite 6.11

How reproducible:

Steps to reproduce:

- Schedule Remote job using hammer cli:

# date
Tue Oct 18 14:29:42 IST 2022
~~~
# hammer -d job-invocation create --job-template "Run Command - SSH Default" --organization-id "1" --location-id "2" --inputs command=date --search-query "client.example.com" --start-at "2022-10-18 14:35:00"
~~~
We can see: 
                       Scheduled to start at: 2022-10-18 20:05:00 +0530
                        Evaluated at: 2022-10-18 14:30:20 +0530



- Rerun the same job from Web UI, running on the server's timezone.

# hammer job-invocation info --id 18
---
ID: 18
Description: Run date
Status: queued
Success: N/A
Failed: N/A
Pending: N/A
Missing: 0
Total: N/A
Start: '2022-10-18 14:36:00 +0530'
Randomized ordering: false
Job Category: Commands
Mode: future
Hosts:
- Name: client.example.com

# date
Tue Oct 18 14:35:08 IST 2022

- It is running on the expected timezone while running from Web UI.

Actual results:

 - Scheduled remote job through hammer cli scheduled for 5:30 hours later than actual timezone.

Expected results:

-  hammer should schedule the job same as running from Web UI on the server's timezone.

Comment 6 Bryan Kearney 2023-05-19 12:02:40 UTC
Upstream bug assigned to aruzicka

Comment 7 Bryan Kearney 2023-05-19 12:02:43 UTC
Upstream bug assigned to aruzicka

Comment 8 Bryan Kearney 2023-05-19 16:02:46 UTC
Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/36418 has been resolved.

Comment 10 Peter Ondrejka 2023-07-17 14:53:47 UTC
Verified on Sat6.14 sn 7

Comment 13 errata-xmlrpc 2023-11-08 14:18:02 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Important: Satellite 6.14 security and bug fix update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2023:6818


Note You need to log in before you can comment on or make changes to this bug.