MGRS Geo String missing easting and northing

Converting a position string to MGRS seems to have an issue in 1.1.1. When I call the following code, I end up with the correct zone but the easting and northing are all 0's.

var string = info.position.toGeoString(Position.GEO_MGRS);