epochClock.frink

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 19965 days, 7 hours, 44 minutes ago.