Clock precision setting

In reply to dave_59:

`timescale 1ns/1ns
time t =39.6;
$display(t);

This code will return 40, right?