This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
enphaseapi
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add utility to timestamp lines.. used by streaming..
main
John-Mark Gurney
3 years ago
parent
058d185867
commit
157e566125
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
ts-util
+ 5
- 0
ts-util
View File
@@ -0,0 +1,5 @@
#!/bin/sh
while read l; do
echo $(TZ=UTC date +%Y-%m-%dT%H:%M:%SZ) $l
done
Write
Preview
Loading…
Cancel
Save