in reply to localtime array slice problem

print @{[localtime]}[1,3]; or print ((localtime)[1,3]);