timestamp property

DateTime timestamp
final

Start time for the build of this output.

The timestamp is rounded down to whole seconds, because File.lastModified is rounded to whole seconds and caching logic compares these timestamps.

Implementation

final DateTime timestamp;