Skip to content

Instantly share code, notes, and snippets.

@robertlemmen
Created August 16, 2018 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertlemmen/877b036f783df2731ea0c6336b527f42 to your computer and use it in GitHub Desktop.
Save robertlemmen/877b036f783df2731ea0c6336b527f42 to your computer and use it in GitHub Desktop.
my $time = DateTime.new(1534447684).utc + Duration.new(0.002);
for ^100 -> $i {
$time = $time + Duration.new(2.rand);
say "$i $time";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment