home
/
code
/
khatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0b7b67
)
Fix tabs to spaces
author
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 21 Aug 2018 16:39:04 +0000
(12:39 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 21 Aug 2018 16:39:04 +0000
(12:39 -0400)
bin/khatus_sensor_datetime
patch
|
blob
|
blame
|
history
diff --git
a/bin/khatus_sensor_datetime
b/bin/khatus_sensor_datetime
index
effcb1a
..
f1df37d
100755
(executable)
--- a/
bin/khatus_sensor_datetime
+++ b/
bin/khatus_sensor_datetime
@@
-9,11
+9,11
@@
date +'%s %a %b %d %H:%M:%S' \
Kfs = key_fs ? key_fs : ":"
}
-
{
-
epoch = $1
-
datetime = $0
-
sub("^" epoch " +", "", datetime)
-
print("epoch" , epoch)
-
print("datetime", datetime)
-
}
-
'
+ {
+ epoch = $1
+ datetime = $0
+ sub("^" epoch " +", "", datetime)
+ print("epoch" , epoch)
+ print("datetime", datetime)
+ }
+ '
This page took
0.025834 seconds
and
4
git commands to generate.