Show
Ignore:
Timestamp:
04/04/11 13:06:01 (2 years ago)
Author:
soma
Message:

luci-0.10: Merge r6981

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/branches/luci-0.10/modules/freifunk/luasrc/view/freifunk/public_status.htm

    r6980 r6982  
    77local system, model, memtotal, memcached, membuffers, memfree, bogomips = sys.sysinfo() 
    88local uptime = twa.date_format(tonumber(sys.uptime())) 
    9 local_time = os.date("%a, %d %b %Y %H:%M:%S UTC") 
     9local_time = os.date("%a, %d %b %Y, %H:%M:%S") 
    1010local load1, load5, load15 = sys.loadavg() 
    1111local load = string.format("%.2f, %.2f, %.2f", load1, load5, load15)