Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculate time on remote end #64

Merged
merged 2 commits into from Nov 7, 2016
Merged

Calculate time on remote end #64

merged 2 commits into from Nov 7, 2016

Commits on Nov 1, 2016

  1. Calculate time on remote end

    In case of timezone (not time) difference between source and destination we can end up with invalid testing time. Touch command takes [[CC]YY]MMDDhhmm[.ss], which if calculated locally might end up being in the past on remote end (since there is no timezone information).
    
    This fixes it by passing timestamp and calculating time on remote end.
    odcinek committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    617c2a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. Configuration menu
    Copy the full SHA
    93f4077 View commit details
    Browse the repository at this point in the history