Download or view epochClock.frink in plain text format
w=new graphics.show[]
while true
{
g = new graphics
g.font["Monospaced",1]
g.text[format[now[] - #1970 UTC#, s, 0], 0, 0]
w.replaceGraphics[g]
sleep[1 s]
}
Download or view epochClock.frink in plain text format
This is a program written in the programming language Frink.
For more information, view the Frink
Documentation or see More Sample Frink Programs.
Alan Eliasen was born 20143 days, 10 hours, 47 minutes ago.