Ticket #318 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

otimed doesn't work with `date` from coreutils

Reported by: Sascha Owned by: jluebbe
Priority: major Milestone: milestone5
Component: framework/otimed Version:
Keywords: Cc:

Description

coreutils date implementation doesn't support

date -u -s MMDDhhmmYYYY.ss

from my frameworkd log:

2009.01.16 22:51:19 otimed   INFO     adjusting clock by 16.910635 seconds
date: invalid date `011621512009.35'

Change History

comment:1 Changed 3 years ago by mickey

  • Milestone set to milestone5

comment:2 Changed 3 years ago by jluebbe

  • Status changed from new to closed
  • Resolution set to fixed

We now use adjtimex and settimeofday directly. This should work on all linux/glibc systems.

Note: See TracTickets for help on using tickets.