Login
Artifact [fb84bf6532]
Login

Artifact fb84bf65321c767747bb10c8f852a8d4ae963e5c:


$function(){
    const myName = argv.shift()
    var opt = Fossil.extendProperties(object{
        localTime: false
    }, argv.0 || object{})
    const out = this.out
    $out {This is a widget. argv=} argv
    //throw argv
    $out "<br/>Current " (opt.localTime ? "local" : "GMT") " server time: "
    $out strftime(" %Y-%m-%d %H:%M:%S", -1, opt.localTime)
}.apply api.cgi api.cgi.WIDGET_RENDER_ARGS