File: util.sh

package info (click to toggle)
tig 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,388 kB
  • sloc: ansic: 32,985; sh: 10,118; makefile: 389
file content (7 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#!/bin/sh

# Set timestamp to return from gettimeofday-like stub.
export TEST_TIME_NOW=1401046937

# The default formatted date of the above timestamp.
YYY_MM_DD_HH_MM="2014-05-25 19:42"