899091929394959697
return (cb==null)?null:cb.timestampValue(); } public static Time timeValue(int site_id, String key) { ConfigBean cb = getConfig(site_id, key); return (cb==null)?null:cb.timeValue(); } }