116c116
< sc_time_tuple() : _value(), _unit(SC_SEC), _offset(1) {}
---
> sc_time_tuple() : _value(), _unit(SC_SEC), _set(false) {}
134c134
< unsigned _offset;
---
> bool _set;