NTP configuration and verification on Junos

lab@vSRX> show configuration system | find ntp 
ntp {
    server 172.25.11.254;
}

lab@vSRX> show configuration system | find zone 
time-zone Europe/Berlin;
syslog {
    file interactive-commands {
        interactive-commands any;
    }
    file messages {
        any any;
        authorization info;
    }
}
license {
    autoupdate {
        url https://ae1.juniper.net/junos/key_retrieval;
    }
}
ntp {
    server 172.25.11.254;
}

lab@vSRX>

Then I instruct Junos to sync its date and time with the NTP server. Note that the set date ntp is executed at the operational mode: