Clean up dates in the debrief; make same timezone. Can be used to display how long the 'current' player has been playing.

Task 6

You need to login to add comments.
No account yet? Signup is quick and easy.

  • mriffe marked a task as done about 3 years ago.

    Photo_27_small
  • mriffe added a comment about 3 years ago

    Efficiency: #{sprintf('%2.2f', efficiency)}%

    Photo_27_small
  • mriffe added a comment about 3 years ago

    Game:
    @playing_since = Time.parse(xml['playingSince']).getlocal
    #{playing_since.strftime('%d %b %Y; %H:%M %Z')}

    User:
    @last_login = Time.parse(xml['lastLogin']).getlocal

    Spy:
    #{Time.now.strftime('%d %b %Y; %H:%M %Z')}

    Photo_27_small
  • mriffe added a comment about 3 years ago

    Time to do some refactoring.

    Photo_27_small
  • mriffe moved a task from 'Someday/Maybe' to 'Must Have' about 3 years ago.

    Photo_27_small
  • mriffe created a task for mriffe about 3 years ago.

    Photo_27_small

Task is done

Assigned to:mriffe

Category:Must Have


Tags: