
package jar.required;

public class Global {
    public static boolean isTrue() {
        return (0l < System.currentTimeMillis());
    } 
}
