Syntax error when setting bandwidth limit schedule

I am getting an invalid syntax error when setting a bwlimt schedule for a sync task between a local folder and an encrypted Google Drive folder. My command is:

rclone sync /Local/Folder/Path encryptedremote:/remotefolder/ --bwlimit "02:00,0.6M 07:00,0.35M 16:00,0.15M"

That returns the error:

Fatal error: invalid argument "02:00,0.6M 07:00,0.35M 16:00,0.15M" for --bwlimit: strconv.ParseFloat: parsing "02:00,0.6M 07:00,0.35M 16:00,0.15M": invalid syntax

Am I doing something wrong or is there some issue with my command?

I just tested it and it worked fine for me. What version of rclone are you using?

1.35. I’m updating now but didn’t see anything that may affect syntax of the bwlimit flags.

Edit: dur. bwlimit timetables added in 1.36