Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Feature requests
#5
Lightbulb 
(03-21-2019, 09:59 AM)iz2bkt Wrote: Use the Windows command:
  • Open the command prompt in Administrator mode
  • Type TIME Hours: minutes: seconds (example TIME 10:42:25) and Enter
You Can keep the command prompt open, press the F3 key and repeat the operation as many times as you want

Nice try, but no  Wink
It's almost impossible to set time offset (not new time) especially in milliseconds in such way.
Look, I don't talk about workarounds. I can invent a lot of them. For example on PowerShell:
Code:
$TimeDiff = Read-Host 'Input time difference is second (s.s)?'
$SrcTime = Get-Date -Format 'yyyy.MM.dd HH:mm:ss.fff'
$DstTime = Set-Date ((Get-Date).AddSeconds($TimeDiff)) | Get-Date -Format 'yyyy.MM.dd HH:mm:ss.fff'
Write-Host ("Src-Time = "+$SrcTime) -Foreground Yellow
Write-Host ("Dst-Time = "+$DstTime) -Foreground Green

I only want to say that it would be nice to implement such (very very simple) functional in BktTimeSync.
Reply


Messages In This Thread
Feature requests - by R1BET - 03-20-2019, 06:24 PM
RE: Feature requests - by iz2bkt - 03-21-2019, 07:31 AM
RE: Feature requests - by R1BET - 03-21-2019, 09:37 AM
RE: Feature requests - by iz2bkt - 03-21-2019, 09:59 AM
RE: Feature requests - by R1BET - 03-21-2019, 10:20 AM
RE: Feature requests - by iz2bkt - 03-21-2019, 10:56 AM
RE: Feature requests - by iz2bkt - 04-11-2019, 08:04 AM
RE: Feature requests - by R1BET - 04-13-2019, 08:35 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)