You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2026. It is now read-only.
Any htcondor log file has a time stamp for each event which does not include the year
However if we use htcondor python bindings, it resolves the year with the current year which is not necessarily true.
It's not really an issue as the most people will not analyze logs from past years, but in the matter of analyzing time durations between events it's misleading whenever jobs are running over new year.
Any htcondor log file has a time stamp for each event which does not include the
yearHowever if we use htcondor python bindings, it resolves the year with the current year which is not necessarily true.
It's not really an issue as the most people will not analyze logs from past years, but in the matter of analyzing time durations between events it's misleading whenever jobs are running over new year.